TypeFace

Undocumented in source.

Constructors

this
this(MemFile file)

Loads bitmap font from disk/memory

this
this(FontDescription fdesc)

Creates a new bitmap font from font description

Members

Functions

convert
ubyte[] convert()

Converts/saves the font

getAtlasSize
PSize getAtlasSize()

Returns width/height of texture in pixels.

getTexture
ubyte[] getTexture()

Returns reference to texture data

opIndex
GlyphInfo* opIndex(dchar c)

Get GlyphInfo for character

Meta