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() nothrow
pango.types.Glyph glyph() @property nothrowGet `glyph` field. Returns: the glyph itself.
void 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.
Constructors
this(void * ptr, Flag!"Take" take)