Ugh. Re-enable accidentally disabled GPOS

This commit is contained in:
Behdad Esfahbod 2018-10-10 22:17:07 -04:00
parent f7c45bc33e
commit 34caadc5c7
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ hb_ot_position_complex (const hb_ot_shape_context_t *c)
}
if (c->plan->apply_gpos)
;//c->plan->position (c->font, c->buffer);
c->plan->position (c->font, c->buffer);
else if (c->plan->apply_kerx)
hb_aat_layout_position (c->plan, c->font, c->buffer);