cginternals / cginternals/openll-asset-generator
Omitting unrenderable glyphs does not omit their export in fnt
Open
bug
- Dominant language
- C++
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Glyphs that are not supported in a font are omitted for Distance Field calculation and Packing. But the main-app (`llassetgen-rendering` or `llassetgen-cmd`) still try to export them, which results in an incorrect mapping of glyph's charcode in fnt-File and glyph's rect in font atlas.
Reproduce this bug by using a char preset that contains unsupported glyphs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.