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.
I've reported this as Templarian/MaterialDesign-Font-Build#32 too.
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-viewerit states that the font contains 7431 glyps rather than 7447. A few icons such as the basiccircleare missing.Oddly, when I manually download
@mdi/svgand run@mdi/font-buildon 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
circleicon is still missing.I've reported this as Templarian/MaterialDesign-Font-Build#32 too.