[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Jan 17 15:09:18 PST 2012
src/hb-ot-layout-gsubgpos-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a4a48fe6d4f884a37e720430347d10dbe3562a79
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Jan 17 18:08:41 2012 -0500
Fix mark skipping regression
Ouch!
diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh
index f22306f..8dbfc16 100644
--- a/src/hb-ot-layout-gsubgpos-private.hh
+++ b/src/hb-ot-layout-gsubgpos-private.hh
@@ -88,9 +88,9 @@ struct hb_apply_context_t
{
do
{
- idx++;
if (has_no_chance ())
return false;
+ idx++;
} while (_hb_ot_layout_skip_mark (c->face, &c->buffer->info[idx], lookup_props, property_out));
num_items--;
return true;
More information about the HarfBuzz
mailing list