parent
4ab9731154
commit
a4a48fe6d4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue