diff options
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h index a0f2efa9..0d223f72 100644 --- a/pango/pango-ot.h +++ b/pango/pango-ot.h @@ -43,7 +43,11 @@ typedef enum PANGO_OT_TABLE_GPOS } PangoOTTableType; -/* Note that this must match OTLGlyphItem */ + +#define PANGO_OT_ALL_GLYPHS ((guint)0xFFFF) +#define PANGO_OT_DEFAULT_LANGUAGE ((guint)0xFFFF) + +/* Note that this must match HB_GlyphItem */ struct _PangoOTGlyph { guint glyph; |