aiekick / ImGuiFontStudio

Embedded Font Helper Gui Tool for programming
Apache License 2.0
384 stars 33 forks source link

MaterialDesign-Webfont last version not shown #12

Closed mumin16 closed 3 years ago

mumin16 commented 3 years ago

MaterialDesign-Webfont last version not shown

aiekick commented 3 years ago

indeed, the font texture is not generated by stb and freetype.

no glyphs are detected. so it seems there is no way fro using it in imgui. maybe a bug in the font file.

ImGuiFontStudio is using the font loader of ImGui, this is why it is sure we can generate a file for ImGui, but it the font is buggy, i or not supported by std / freetype (even if its weird for freetype) i cant do nothing more.

did you try opening it with another font editor ?

i just opened this font in FontForge. all glyphs are bad. many issue found, regarding mapping, path, direction and so on.

The author must regenerate his font i think