|
Panda3D
|
A single "page" of a DynamicTextFont. More...
Public Member Functions | |
| bool | isEmpty () |
| Returns true if the page has no glyphs, false otherwise. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
A single "page" of a DynamicTextFont.
This is a single texture that holds a number of glyphs for rendering. The font starts out with one page, and will add more as it needs them.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from Texture.
| bool isEmpty | ( | ) |
Returns true if the page has no glyphs, false otherwise.
1.7.3