- createFromFile
void createFromFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFromMemory
void createFromMemory(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- glyphAdvance
int glyphAdvance(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadChar
dchar loadChar(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadGlyph
uint loadGlyph(dchar code, GLuint texId)
Undocumented in source. Be warned that the author may not have intended to support it.
- preloadASCII
void preloadASCII()
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareVAO
void prepareVAO()
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(GraphicsState* state, Color4f color, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderGlyph
float renderGlyph(dchar code, float shift)
Undocumented in source. Be warned that the author may not have intended to support it.
- width
float width(string str)
Undocumented in source. Be warned that the author may not have intended to support it.