Font

The object to load and use the font.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

free
void free()

Free memory

load
Font load(string path, size_t size)

Loads a font.

resize
void resize(size_t newSize)

Changes the font size to the specified parameter.

Properties

face
FT_Face face [@property getter]

Font face object.

size
size_t size [@property getter]

Font size.

Meta