DynamicTextPage
from panda3d.core import DynamicTextPage
- class DynamicTextPage
Bases:
Bases:
Texture
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.Inheritance diagram
- __init__(param0: DynamicTextPage)
- static getClassType() TypeHandle
- getSize() LVecBase2i
Returns the size of the page (texture), in pixels.