Skip to content

Improve system font processing (reduces memory cost and brings KOR and CHN support).

PabloMK7 requested to merge fontfix into develop

Previous implementation assumed some conditions that were only true for EUR/USA/JPN fonts. This has been generalized and the code should work with any font.

Previous implementation copied and converted the entire sheet for each individual glyph, this has been changed and only the needed glyph is copied and converted.

Merge request reports

Loading