diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc index 9e0761e63..bc247c60c 100644 --- a/src/hb-graphite2.cc +++ b/src/hb-graphite2.cc @@ -389,7 +389,7 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan, } else { - curradvx = gr_seg_advance_X(seg); + curradvx = gr_seg_advance_X(seg) * xscale; for (is = gr_seg_first_slot (seg); is; pPos++, info++, is = gr_slot_next_in_segment (is)) { if (info->cluster != currclus)