Struct

PangoGlyphInfo

Description [src]

struct PangoGlyphInfo {
  PangoGlyph glyph;
  PangoGlyphGeometry geometry;
  PangoGlyphVisAttr attr;
}

A PangoGlyphInfo structure represents a single glyph with positioning information and visual attributes.

Structure members
glyph: PangoGlyph

The glyph itself.

geometry: PangoGlyphGeometry

The positional information about the glyph.

attr: PangoGlyphVisAttr

The visual attributes of the glyph.