Font

An object of Font.

Constructors

this
this(string path)

Destructor

~this
~this()

Members

Functions

createGlyph
Glyph createGlyph(bool needbmp)
Undocumented in source. Be warned that the author may not have intended to support it.
render
Glyph render(vec2i sz, dchar c)

Renders the character.

retrieveMetrics
Glyph retrieveMetrics(vec2i sz, dchar c)

Retrieves metrics only.

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