pango.glyph_info

Module for [GlyphInfo] class

class GlyphInfo

Types 1

A [pango.glyph_info.GlyphInfo] structure represents a single glyph with positioning information and visual attributes.

Fields
PangoGlyphInfo _cInstance
Methods
void * _cPtr()
pango.types.Glyph glyph() @propertyGet `glyph` field. Returns: the glyph itself.
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.
Constructors
this(void * ptr, Flag!"Take" take)