Hi, love your library. Using it in my engine Zeungine and even have the created glyphs working with my Physics system, such that I can interact with them in a world.
I've found some fonts fail to render glyphs. Specifically, when creating mesh glyphs for the string "Zeungine", it fails on the "e"
The failing fonts are
Source Code Pro (Regular) - https://fonts.google.com/share?selection.family=Source+Code+Pro:ital,wght@0,200..900;1,200..900
ttf_glyph2mesh3d fails with code 9
Roboto (Regular) - https://fonts.google.com/share?selection.family=Roboto:ital,wght@0,100..900;1,100..900
A font that works fine is one I found in a ttf repository - "Paul" - https://www.fontspace.com/paul-font-f22964
One that works from Google Fonts is https://fonts.google.com/share?selection.family=Cal+Sans
Are there any settings I can tweak to try get glyph creation working?
Hi, love your library. Using it in my engine Zeungine and even have the created glyphs working with my Physics system, such that I can interact with them in a world.
I've found some fonts fail to render glyphs. Specifically, when creating mesh glyphs for the string "Zeungine", it fails on the "e"
The failing fonts are
Source Code Pro (Regular) - https://fonts.google.com/share?selection.family=Source+Code+Pro:ital,wght@0,200..900;1,200..900
ttf_glyph2mesh3dfails with code9Roboto (Regular) - https://fonts.google.com/share?selection.family=Roboto:ital,wght@0,100..900;1,100..900
A font that works fine is one I found in a ttf repository - "Paul" - https://www.fontspace.com/paul-font-f22964
One that works from Google Fonts is https://fonts.google.com/share?selection.family=Cal+Sans
Are there any settings I can tweak to try get glyph creation working?