Font

Undocumented in source.

Members

Functions

getGlyph
Glyph* getGlyph(dchar chr)
Undocumented in source. Be warned that the author may not have intended to support it.
getKerning
int getKerning(dchar leftGlyph, dchar rightGlyph)
Undocumented in source. Be warned that the author may not have intended to support it.
sanitize
void sanitize()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

filename
string filename;
Undocumented in source.
glyphs
Glyph[dchar] glyphs;
Undocumented in source.
kerningEnabled
bool kerningEnabled;
Undocumented in source.
kerningTable
int[dchar][dchar] kerningTable;
Undocumented in source.
metrics
FontMetrics metrics;
Undocumented in source.

Meta