summaryrefslogtreecommitdiff
path: root/modules/thai
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-03 20:23:49 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-03 20:23:49 +0000
commite79b37d413ae5bad8cbb813f4720fb0a38bb94d0 (patch)
tree914fab28430b2c0e3603c41f09eefe011389efa9 /modules/thai
parent99d528b55a30bb0b260afd572b6db599ef85b1aa (diff)
downloadpango-e79b37d413ae5bad8cbb813f4720fb0a38bb94d0.tar.gz
Rename pango_ot_ruleset_get_for() to
2007-06-03 Behdad Esfahbod <behdad@gnome.org> * docs/pango-sections.txt: * docs/tmpl/opentype.sgml: * modules/arabic/arabic-fc.c (arabic_engine_shape): * modules/basic/basic-fc.c (basic_engine_shape): * modules/hebrew/hebrew-fc.c (hebrew_engine_shape): * modules/indic/indic-fc.c (indic_engine_shape): * modules/khmer/khmer-fc.c (khmer_engine_shape): * modules/syriac/syriac-fc.c (syriac_engine_shape): * modules/thai/thai-fc.c (thai_engine_shape): * modules/tibetan/tibetan-fc.c (tibetan_engine_shape): * pango/pango-ot-ruleset.c (pango_ot_ruleset_get_for_description), (pango_ot_ruleset_new_from_description): * pango/pango-ot.h: * pango/pangoft2.def: Rename pango_ot_ruleset_get_for() to pango_ot_ruleset_get_for_description(). New engine API: pango_ot_ruleset_new_from_description(). svn path=/trunk/; revision=2328
Diffstat (limited to 'modules/thai')
-rw-r--r--modules/thai/thai-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/thai/thai-fc.c b/modules/thai/thai-fc.c
index 68459926..d97b9306 100644
--- a/modules/thai/thai-fc.c
+++ b/modules/thai/thai-fc.c
@@ -290,7 +290,7 @@ thai_engine_shape (PangoEngineShape *engine,
desc.n_other_features = 0;
desc.other_features = NULL;
- ruleset = pango_ot_ruleset_get_for (pango_ot_info_get (face), &desc);
+ ruleset = pango_ot_ruleset_get_for_description (pango_ot_info_get (face), &desc);
font_info = thai_get_font_info (font, ruleset);