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()void glyph(pango.types.Glyph propval) @propertySet `glyph` field. Params: propval = the glyph itself.pango.types.GlyphGeometry geometry() @propertyGet `geometry` field. Returns: the positional information about the glyph.void geometry(pango.types.GlyphGeometry propval) @propertySet `geometry` field. Params: propval = the positional information about the glyph.pango.types.GlyphVisAttr attr() @propertyGet `attr` field. Returns: the visual attributes of the glyph.void attr(pango.types.GlyphVisAttr propval) @propertySet `attr` field. Params: propval = the visual attributes of the glyph.