We recently ran into an issue where our MAUI app that uses the TTF file from MaterialDesign-Webfont the 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 manually (see #31) run this code on it 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.
Also reported as Templarian/MaterialDesign-Webfont#100
We recently ran into an issue where our MAUI app that uses the TTF file from MaterialDesign-Webfont the 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 manually (see #31) run this code on it 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
circleicon is still missing.Also reported as Templarian/MaterialDesign-Webfont#100