FontManager

Undocumented in source.

Constructors

this
this(string fontPath, TextureAtlas texAtlas)
Undocumented in source.

Members

Functions

createFont
FontRef createFont(string path, string filename, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultFont
FontRef defaultFont;
Undocumented in source.
fontPath
string fontPath;
Undocumented in source.
fonts
FontRef[string] fonts;
Undocumented in source.
texAtlas
TextureAtlas texAtlas;
Undocumented in source.

Meta