larger font cache
This commit is contained in:
parent
7c6f7d31d2
commit
34e75f8c06
@ -39,7 +39,7 @@ struct Glyph {
|
|||||||
short adv, ox, oy;
|
short adv, ox, oy;
|
||||||
}
|
}
|
||||||
|
|
||||||
const uint FONT_CACHED = 128;
|
const uint FONT_CACHED = 255;
|
||||||
def GlyphTable = map::HashMap(<Codepoint, Glyph>) @private;
|
def GlyphTable = map::HashMap(<Codepoint, Glyph>) @private;
|
||||||
|
|
||||||
fault UgFontError {
|
fault UgFontError {
|
||||||
|
Loading…
Reference in New Issue
Block a user