[HB] Update to latest API changes
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 12 May 2011 02:34:26 +0000 (22:34 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 12 May 2011 02:34:26 +0000 (22:34 -0400)
pango/pango-ot-info.c

index 8a7ffe4..b03fa64 100644 (file)
@@ -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