Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-ot.h>
Data Fields | |
guint32 | glyph |
guint | properties |
guint | cluster |
gushort | component |
gushort | ligID |
guint | internal |
PangoOTGlyph: @glyph: the glyph itself. @properties: the properties value, identifying which features should be applied on this glyph. See pango_ot_ruleset_add_feature(). @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.
Definition at line 185 of file pango-ot.h.
guint _PangoOTGlyph::cluster |
Definition at line 189 of file pango-ot.h.
gushort _PangoOTGlyph::component |
Definition at line 190 of file pango-ot.h.
guint32 _PangoOTGlyph::glyph |
Definition at line 187 of file pango-ot.h.
guint _PangoOTGlyph::internal |
Definition at line 193 of file pango-ot.h.
gushort _PangoOTGlyph::ligID |
Definition at line 191 of file pango-ot.h.
guint _PangoOTGlyph::properties |
Definition at line 188 of file pango-ot.h.