summaryrefslogtreecommitdiff
path: root/pango/pango-ot.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-16 01:39:19 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-16 01:39:19 +0000
commit36429ada49dafad868619e3508cda83c59f3533f (patch)
tree26b5a03f9aaa27155c7c4e11ce32d522be69088e /pango/pango-ot.h
parent18e700760e42c18aa4a2f752f184ce1454d4cd82 (diff)
downloadpango-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.h')
-rw-r--r--pango/pango-ot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h
index 1be9d2c3..e1ea45e1 100644
--- a/pango/pango-ot.h
+++ b/pango/pango-ot.h
@@ -152,6 +152,9 @@ guint pango_ot_ruleset_maybe_add_features (PangoOTRuleset *ru
PangoOTTableType table_type,
const PangoOTFeatureMap *features,
guint n_features);
+guint pango_ot_ruleset_get_feature_count (const PangoOTRuleset *ruleset,
+ guint *n_gsub_features,
+ guint *n_gpos_features);
void pango_ot_ruleset_substitute (const PangoOTRuleset *ruleset,
PangoOTBuffer *buffer);
void pango_ot_ruleset_position (const PangoOTRuleset *ruleset,