TtfFont

Undocumented in source.

Constructors

this
this(ubyte[] data)
Undocumented in source.

Members

Functions

getStringSize
void getStringSize(char[] s, int size, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
renderCharacter
ubyte[] renderCharacter(dchar c, int size, int width, int height, float shift_x, float shift_y)
Undocumented in source. Be warned that the author may not have intended to support it.
renderString
ubyte[] renderString(char[] s, int size, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

font
stbtt_fontinfo font;
Undocumented in source.

Meta