GeomTextGlyph
from panda3d.core import GeomTextGlyph
- class GeomTextGlyph
Bases:
Bases:
Geom
This is a specialization on Geom for containing a primitive intended to represent a
TextGlyph
. Its sole purpose is to maintain the geom count on the glyph, so we can determine the actual usage count on a dynamic glyph (and thus know when it is safe to recycle the glyph).Inheritance diagram
- static getClassType() TypeHandle