FreeType

FreeType library

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

open
FontFace open(string file, uint faceIndex)

Opens a font from a file

open
FontFace open(ubyte[] file, uint faceIndex)

Opens a font from a memory buffer

open
FontFace open(MemFile file, uint faceIndex)

Opens a font from a memfile buffer

Meta