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:guint32The glyph itself.
properties:guintThe properties value, identifying which features should be applied on this glyph. See pango_ot_ruleset_add_feature().
cluster:guintThe cluster that this glyph belongs to.
component:gushortA component value, set by the OpenType layout engine.
ligID:gushortA ligature index value, set by the OpenType layout engine.
internal:guintFor Pango internal use.