Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to MaterialDesignIcons 5.1.45 #178

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

EndlessDelirium
Copy link
Contributor

This is an upgrade to Material Design Icons version 5.1.45.
Due to #177 the font file has been edited so that the Glyphs are located in the PUA block (e.g. U+E000).

Merge in upstream changes
…ed version of the corresponding font files where the glyphs are placed from E000 onwards (to circumvent the need for UTF32 or Surrogate support)
@EndlessDelirium
Copy link
Contributor Author

This would resolve issues #168 and #169

@jdinnen
Copy link
Contributor

jdinnen commented Oct 9, 2020

When I was generating these for my own branch, I did this for each of the font entries, I would expect this would also work
Icons.Add("mdi-ab-testing", '\U000F01C9');

Personally I have them as something like this in my own project as I have it as a dictionary of string string
Icons.Add("mdi-ab-testing", "\U000F01C9");

Note i'm using font 5.6.55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants