Ugh. Re-enable accidentally disabled GPOS
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 11 Oct 2018 02:17:07 +0000 (22:17 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 11 Oct 2018 02:17:07 +0000 (22:17 -0400)
src/hb-ot-shape.cc

index e240523..75f72ed 100644 (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);