summaryrefslogtreecommitdiff
path: root/pango/pango-ot-ruleset.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-28 21:55:25 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-28 21:55:25 +0000
commit3932f8ef5723867ee726adcbc70b536317aa0f31 (patch)
tree363a2e90d849036d725dc1e00f67d62b09729a9b /pango/pango-ot-ruleset.c
parent54bc986fca7f0803571cadff036f129f0b6827af (diff)
downloadpango-3932f8ef5723867ee726adcbc70b536317aa0f31.tar.gz
Document PangoOTBuffer and PangoOTGlyph.
2006-01-28 Behdad Esfahbod <behdad@gnome.org> * doc/tmpl/opentype.sgml: Document PangoOTBuffer and PangoOTGlyph. * pango/pango-ot-buffer.c, pango/pango-ot-info.c, pango/pango-ot-ruleset.c: Document remaining symbols.
Diffstat (limited to 'pango/pango-ot-ruleset.c')
-rw-r--r--pango/pango-ot-ruleset.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/pango/pango-ot-ruleset.c b/pango/pango-ot-ruleset.c
index f0517063..975ea5d2 100644
--- a/pango/pango-ot-ruleset.c
+++ b/pango/pango-ot-ruleset.c
@@ -96,9 +96,10 @@ pango_ot_ruleset_finalize (GObject *object)
/**
* pango_ot_ruleset_new:
* @info: a #PangoOTInfo.
- * @returns: a new #PangoOTRuleset.
*
* Creates a new #PangoOTRuleset for the given OpenType info.
+ *
+ * Return value: a new #PangoOTRuleset.
**/
PangoOTRuleset *
pango_ot_ruleset_new (PangoOTInfo *info)
@@ -144,6 +145,9 @@ pango_ot_ruleset_add_feature (PangoOTRuleset *ruleset,
* @ruleset: a #PangoOTRuleset.
* @buffer: a #PangoOTBuffer.
*
+ * Performs the OpenType GSUB substitution on @buffer using the features
+ * in @ruleset
+ *
* Since: 1.4
**/
void
@@ -184,6 +188,9 @@ pango_ot_ruleset_substitute (PangoOTRuleset *ruleset,
* @ruleset: a #PangoOTRuleset.
* @buffer: a #PangoOTBuffer.
*
+ * Performs the OpenType GPOS positionoing on @buffer using the features
+ * in @ruleset
+ *
* Since: 1.4
**/
void