Trees | Indices | Toggle frames |
---|
Abstract classes used by pyglet.font implementations.
These classes should not be constructed directly. Instead, use the functions in pyglet.font to obtain platform-specific instances. You can use these classes as a documented interface to the concrete classes.
Glyph
A single glyph located within a larger texture.
|
|
GlyphTextureAtlas
A texture within which glyphs can be drawn.
|
|
GlyphRenderer
Abstract class for creating glyph images.
|
|
FontException
Generic exception related to errors from the font module.
|
|
Font
Abstract font class able to produce glyphs.
|
List of unicode
|
get_grapheme_clusters(text)
Implements Table 2 of UAX #29: Grapheme Cluster Boundaries.
|
__package__ =
|
Implements Table 2 of UAX #29: Grapheme Cluster Boundaries.
Does not currently implement Hangul syllable rules.
unicode
: List of Unicode grapheme clustersSince: pyglet 1.1.2
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:17 2009 | http://epydoc.sourceforge.net |