ppc.backend.loaders.font.bitmap

Undocumented in source.

Members

Classes

BitmapFont
class BitmapFont

A font that uses a bitmap as texture.

Functions

fromFontDescription
BitmapFont fromFontDescription(FontDescription description)

Takes a font description and builds a bitmap font out of it via FreeType

loadBMF
BitmapFont loadBMF(MemFile file)
Undocumented in source. Be warned that the author may not have intended to support it.
saveBMF
ubyte[] saveBMF(BitmapFont font)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta