diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2011-05-11 22:34:26 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2011-05-11 22:34:26 -0400 |
commit | 9dcaf1cf72f6f0e3ffbb9411515f5b7116af3a3f (patch) | |
tree | a6f01f869b3535e48d64eaa3d4701e0d9547c6b6 /pango/pango-ot-info.c | |
parent | 0ecdcc9935e5108ba6ab8170e4b5f4584a003a72 (diff) | |
download | pango-9dcaf1cf72f6f0e3ffbb9411515f5b7116af3a3f.tar.gz |
[HB] Update to latest API changes
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index 8a7ffe4f..b03fa64b 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 |