Trees | Indices | Toggle frames |
---|
graphics.Group --+ | TextLayoutTextureGroup
Rendering group for a glyph texture in all text layouts.
The group binds its texture to GL_TEXTURE_2D. The group is shared between all other text layout uses of the same texture.
__init__(self,
texture,
parent)
Create a group.
|
|
set_state(self)
Apply the OpenGL state change.
|
|
__hash__(self) | |
__eq__(self, other) | |
__repr__(self) | |
set_state_recursive(self)
Set this group and its ancestry.
(Inherited from pyglet.graphics.Group)
|
|
unset_state(self)
Repeal the OpenGL state change.
(Inherited from pyglet.graphics.Group)
|
|
unset_state_recursive(self)
Unset this group and its ancestry.
(Inherited from pyglet.graphics.Group)
|
Apply the OpenGL state change.
The default implementation does nothing.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:20 2009 | http://epydoc.sourceforge.net |