diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 3 | ||||
-rw-r--r-- | docs/tmpl/opentype.sgml | 15 |
2 files changed, 15 insertions, 3 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index fa57140a..d50b1a6e 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -964,9 +964,10 @@ pango_ot_buffer_set_rtl pango_ot_buffer_set_zero_width_marks pango_ot_buffer_get_glyphs pango_ot_buffer_output -pango_ot_ruleset_get_for +pango_ot_ruleset_get_for_description pango_ot_ruleset_new pango_ot_ruleset_new_for +pango_ot_ruleset_new_from_description pango_ot_ruleset_add_feature pango_ot_ruleset_maybe_add_feature pango_ot_ruleset_maybe_add_features diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml index 45865df6..20910f82 100644 --- a/docs/tmpl/opentype.sgml +++ b/docs/tmpl/opentype.sgml @@ -82,7 +82,8 @@ The #PangoOTRuleset structure holds all the information needed to build a complete #PangoOTRuleset from an OpenType font. The main use of this struct is to act as the key for a per-font hash of rulesets. The user populates a ruleset description and -gets the ruleset using pango_ot_ruleset_get_for(). +gets the ruleset using pango_ot_ruleset_get_for_description() +or create a new one using pango_ot_ruleset_new_from_description(). </para> @script: a #PangoScript. @@ -348,7 +349,7 @@ is not found. @glyphs: -<!-- ##### FUNCTION pango_ot_ruleset_get_for ##### --> +<!-- ##### FUNCTION pango_ot_ruleset_get_for_description ##### --> <para> </para> @@ -378,6 +379,16 @@ is not found. @Returns: +<!-- ##### FUNCTION pango_ot_ruleset_new_from_description ##### --> +<para> + +</para> + +@info: +@desc: +@Returns: + + <!-- ##### FUNCTION pango_ot_ruleset_add_feature ##### --> <para> |