- checkpoint
void checkpoint()
clear usage flags for all entries
- cleanup
void cleanup()
removes entries not used after last call of checkpoint() or cleanup()
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(DrawBuf buf, int x, int y, dchar[] text, uint color)
draw text string to buffer
- getCharGlyph
Glyph* getCharGlyph(dchar ch, bool withImage)
get character glyph information
- measureText
int measureText(dchar[] text, int[] widths, int maxWidth)
Undocumented in source.
- textSize
Point textSize(dchar[] text, int maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
Font object