diff options
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 3 |
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, |