You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realised that one couldn't load a prerendered glyph cache texture from file/data and plug it into a loaded font.
Or at least, I don't see how: The only glyph-related public functions in in AbstractFont are fillGlyphCache and createGlyphCache, which both (re-)generate the glyph texture.
Currently, the glyph texture generation takes most of the boot time and caching the font would speed that up quite a lot.
The text was updated successfully, but these errors were encountered:
I just realised that one couldn't load a prerendered glyph cache texture from file/data and plug it into a loaded font.
Or at least, I don't see how: The only glyph-related public functions in in AbstractFont are fillGlyphCache and createGlyphCache, which both (re-)generate the glyph texture.
Currently, the glyph texture generation takes most of the boot time and caching the font would speed that up quite a lot.
The text was updated successfully, but these errors were encountered: