From: Behdad Esfahbod Date: Thu, 12 May 2011 02:34:26 +0000 (-0400) Subject: [HB] Update to latest API changes X-Git-Tag: 1.31.0~19^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dcaf1cf72f6f0e3ffbb9411515f5b7116af3a3f;p=platform%2Fupstream%2Fpango.git [HB] Update to latest API changes --- diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index 8a7ffe4..b03fa64 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -353,6 +353,8 @@ _pango_ot_info_substitute (const PangoOTInfo *info, { unsigned int i; + hb_ot_layout_substitute_start (buffer->buffer); + for (i = 0; i < ruleset->rules->len; i++) { PangoOTRule *rule = &g_array_index (ruleset->rules, PangoOTRule, i); @@ -378,6 +380,8 @@ _pango_ot_info_substitute (const PangoOTInfo *info, lookup_indexes[j], rule->property_bit); } + + hb_ot_layout_substitute_finish (buffer->buffer); } void