BitmapFont

A font that uses a bitmap as texture.

Members

Functions

getTexture
ubyte[] getTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
GlyphInfo* opIndex(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Font

atlasSize
PSize atlasSize;

Size of atlas.

getTexture
ubyte[] getTexture()

Returns reference to texture data

opIndex
GlyphInfo* opIndex(dchar c)

Get GlyphInfo for character

shouldUpdateTexture
bool shouldUpdateTexture()

Returns true if the graphics frontend should update the texture

Meta