提交 a4a48fe6 编写于 作者: B Behdad Esfahbod

Fix mark skipping regression

Ouch!
上级 4ab97311
...@@ -88,9 +88,9 @@ struct hb_apply_context_t ...@@ -88,9 +88,9 @@ struct hb_apply_context_t
{ {
do do
{ {
idx++;
if (has_no_chance ()) if (has_no_chance ())
return false; return false;
idx++;
} while (_hb_ot_layout_skip_mark (c->face, &c->buffer->info[idx], lookup_props, property_out)); } while (_hb_ot_layout_skip_mark (c->face, &c->buffer->info[idx], lookup_props, property_out));
num_items--; num_items--;
return true; return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册