A StaticTextFont is loaded up from a model that was previously generated via egg-mkfont, and contains all of its glyphs already generated and available for use. More...
Public Member Functions | |
StaticTextFont (PandaNode font_def) | |
The constructor expects the root node to a model generated via egg-mkfont, which consists of a set of models, one per each character in the font. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A StaticTextFont is loaded up from a model that was previously generated via egg-mkfont, and contains all of its glyphs already generated and available for use.
It doesn't require linking with any external libraries like FreeType.
StaticTextFont | ( | PandaNode | font_def | ) |
The constructor expects the root node to a model generated via egg-mkfont, which consists of a set of models, one per each character in the font.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from TextFont.