pango.glyph_info
Module for [GlyphInfo] class
class GlyphInfo
Types 1
classGlyphInfo
A pango.glyph_info.GlyphInfo structure represents a single glyph with positioning information and visual attributes.
Fields
PangoGlyphInfo _cInstanceMethods
void * _cPtr() nothrowvoid glyph(pango.types.Glyph propval) @property nothrowSet `glyph` field. Params: propval = the glyph itself.pango.types.GlyphGeometry geometry() @property nothrowGet `geometry` field. Returns: the positional information about the glyph.void geometry(pango.types.GlyphGeometry propval) @property nothrowSet `geometry` field. Params: propval = the positional information about the glyph.pango.types.GlyphVisAttr attr() @property nothrowGet `attr` field. Returns: the visual attributes of the glyph.void attr(pango.types.GlyphVisAttr propval) @property nothrowSet `attr` field. Params: propval = the visual attributes of the glyph.