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 /docs | |
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 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/opentype.sgml | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 75906ed3..fa57140a 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -970,6 +970,7 @@ pango_ot_ruleset_new_for pango_ot_ruleset_add_feature pango_ot_ruleset_maybe_add_feature pango_ot_ruleset_maybe_add_features +pango_ot_ruleset_get_feature_count pango_ot_ruleset_substitute pango_ot_ruleset_position pango_ot_ruleset_description_copy diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml index f5a61930..3b6aa4df 100644 --- a/docs/tmpl/opentype.sgml +++ b/docs/tmpl/opentype.sgml @@ -413,6 +413,17 @@ is not found. @Returns: +<!-- ##### FUNCTION pango_ot_ruleset_get_feature_count ##### --> +<para> + +</para> + +@ruleset: +@n_gsub_features: +@n_gpos_features: +@Returns: + + <!-- ##### FUNCTION pango_ot_ruleset_substitute ##### --> <para> |