Struct
PangoOT.Glyph
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 |
the glyph itself. |
properties |
the properties value, identifying which features should be
applied on this glyph. See |
cluster |
the cluster that this glyph belongs to. |
component |
a component value, set by the OpenType layout engine. |
ligID |
a ligature index value, set by the OpenType layout engine. |
internal |
for Pango internal use |