Skip to content

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

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