Struct
PangoOTGlyph
Description [src]
struct PangoOTGlyph {
guint32 glyph;
guint properties;
guint cluster;
gushort component;
gushort ligID;
guint internal;
}
The PangoOTGlyph
structure represents a single glyph together with
information used for OpenType layout processing of the glyph.
It contains the following fields.
Structure members
glyph:
guint32
The glyph itself.
properties:
guint
The properties value, identifying which features should be applied on this glyph. See pango_ot_ruleset_add_feature().
cluster:
guint
The cluster that this glyph belongs to.
component:
gushort
A component value, set by the OpenType layout engine.
ligID:
gushort
A ligature index value, set by the OpenType layout engine.
internal:
guint
For Pango internal use.