diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-16 01:39:19 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-16 01:39:19 +0000 |
commit | 36429ada49dafad868619e3508cda83c59f3533f (patch) | |
tree | 26b5a03f9aaa27155c7c4e11ce32d522be69088e /pango/pango-ot-private.h | |
parent | 18e700760e42c18aa4a2f752f184ce1454d4cd82 (diff) | |
download | pango-36429ada49dafad868619e3508cda83c59f3533f.tar.gz |
Add new engine API:
2007-05-15 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-ot.h:
* pango/pango-ot-private.h:
* pango/pango-ot-ruleset.c (pango_ot_ruleset_add_feature),
(pango_ot_ruleset_get_feature_count):
Add new engine API:
pango_ot_ruleset_get_feature_count()
* docs/pango-sections.txt:
* docs/tmpl/opentype.sgml:
* pango/pangoft2.def:
Updated.
svn path=/trunk/; revision=2304
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r-- | pango/pango-ot-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h index 089c57c9..3705ae8e 100644 --- a/pango/pango-ot-private.h +++ b/pango/pango-ot-private.h @@ -72,6 +72,8 @@ struct _PangoOTRuleset GArray *rules; PangoOTInfo *info; + /* the index into these arrays is a PangoOTTableType */ + guint n_features[2]; guint script_index[2]; guint language_index[2]; }; |