You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently ran into an issue where our MAUI app that uses the TTF file for the MaterialDesign icons, failed to render specific icons. When I inspected the TTF file using gnome-font-viewer it states that the font contains 7431 glyps rather than 7447. A few icons such as the basic circle are missing.
Oddly, when I manually download @mdi/svg and run @mdi/font-build on it, I end up with a font with 7468 glyphs. It has somehow added:
All 26 standard ascii lowercase letters
The 10 arabic numerals
The underscore character
Which means that it actually has generated only 7468-37=7431 icon glyphs and the circle icon is still missing.
Note: This seems an issue of the build actually, and the discussion on this issue should probably happen in the linked issue. This issue might be useful to track when the binaries have been updated in this repo and the issue is fixed for end-users.
We recently ran into an issue where our MAUI app that uses the TTF file for the MaterialDesign icons, failed to render specific icons. When I inspected the TTF file using
gnome-font-viewer
it states that the font contains 7431 glyps rather than 7447. A few icons such as the basiccircle
are missing.Oddly, when I manually download
@mdi/svg
and run@mdi/font-build
on it, I end up with a font with 7468 glyphs. It has somehow added:Which means that it actually has generated only 7468-37=7431 icon glyphs and the
circle
icon is still missing.I've reported this as Templarian/MaterialDesign-Font-Build#32 too.
The text was updated successfully, but these errors were encountered: