larger font cache

This commit is contained in:
Alessandro Mauri 2025-02-08 12:51:10 +01:00
parent 7c6f7d31d2
commit 34e75f8c06

View File

@ -39,7 +39,7 @@ struct Glyph {
short adv, ox, oy;
}
const uint FONT_CACHED = 128;
const uint FONT_CACHED = 255;
def GlyphTable = map::HashMap(<Codepoint, Glyph>) @private;
fault UgFontError {