FreeTypeFont

Undocumented in source.

Constructors

this
this(string filename, uint height)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

draw
void draw(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
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.
renderGlyph
float renderGlyph(dchar code)
Undocumented in source. Be warned that the author may not have intended to support it.
textWidth
float textWidth(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ftFace
FT_Face ftFace;
Undocumented in source.
ftLibrary
FT_Library ftLibrary;
Undocumented in source.
glyphs
CharStorage!Glyph glyphs;
Undocumented in source.

Inherited Members

From Font

height
float height;
Undocumented in source.
draw
void draw(string str)
Undocumented in source.
textWidth
float textWidth(string str)
Undocumented in source.

Meta