diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-03-31 12:28:09 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 12:28:09 +0000 |
commit | 9e6a19d45496ead8334bc24d89f5208da9e30e8b (patch) | |
tree | 0b965c31595c72772dd3424a0c27da0ed5a28ee0 /pango/pango-ot.h | |
parent | 199ae3899424429340d77c908eacb921d4499aa1 (diff) | |
download | pango-9e6a19d45496ead8334bc24d89f5208da9e30e8b.tar.gz |
Convert pango/opentype to the new project called HarfBuzz.
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
Convert pango/opentype to the new project called HarfBuzz.
* pango/opentype/*: Restructured.
* pango/pango-ot-*: Updated to use HarfBuzz symbol names.
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; |