summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-23 11:53:03 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-23 11:53:03 +0000
commitb13b45f0a9189a1ee49d1cd0eb31d9943befbb6a (patch)
treee3b4d36e78ef1916ecbc8a859e0cd2d9fb64aca5 /pango
parent7a9b3b03a4df17427ffc8a52a6d18db52b9360dd (diff)
downloadpango-b13b45f0a9189a1ee49d1cd0eb31d9943befbb6a.tar.gz
Reworked basic shaper with OpenType support. (#101079, based on patch from
2005-11-23 Behdad Esfahbod <behdad@gnome.org> * modules/basic/basic-fc.c: Reworked basic shaper with OpenType support. (#101079, based on patch from Denis Jacquerye and Noah Levitt) * modules/basic/basic-fc.c (basic_scripts): Added Unicode 4.1 addition script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script. * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c: Replace g_utf8_to_ucs4_fast() with g_utf8_strlen()! * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_add_feature): Remove reference in docs to pango_ot_ruleset_shape() that was removed long ago.
Diffstat (limited to 'pango')
-rw-r--r--pango/opentype/pango-ot-ruleset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/opentype/pango-ot-ruleset.c b/pango/opentype/pango-ot-ruleset.c
index bfba00cb..1049c539 100644
--- a/pango/opentype/pango-ot-ruleset.c
+++ b/pango/opentype/pango-ot-ruleset.c
@@ -115,10 +115,10 @@ pango_ot_ruleset_new (PangoOTInfo *info)
* @ruleset: a #PangoOTRuleset.
* @table_type: the table type to add a feature to.
* @feature_index: the index of the feature to add.
- * @property_bit: the property bit to use for this feature.
+ * @property_bit: the property bit to use for this feature. Used to identify
+ * the glyphs that this feature should be applied to.
*
- * Adds a feature to the ruleset. See pango_ot_ruleset_shape()
- * for an explanation of @property_bit.
+ * Adds a feature to the ruleset.
**/
void
pango_ot_ruleset_add_feature (PangoOTRuleset *ruleset,