Font

An object of Font.

Constructors

this
this(string path)

Destructor

~this
~this()

Members

Functions

render
Glyph render(vec2i sz, dchar c)

Renders the character.

Static functions

initLibrary
void initLibrary()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_fontCount
size_t _fontCount;
Undocumented in source.
_library
FT_Library _library;
Undocumented in source.

Variables

_face
FT_Face _face;
Undocumented in source.

Meta