diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 94055b343..9eadbd63a 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -1486,8 +1486,8 @@ fix_mark_attachment (hb_glyph_position_t *pos, unsigned int i, hb_direction_t di unsigned int j = i - pos[i].attach_lookback(); - pos[i].x_advance = 0; - pos[i].y_advance = 0; +// pos[i].x_advance = 0; +// pos[i].y_advance = 0; pos[i].x_offset += pos[j].x_offset; pos[i].y_offset += pos[j].y_offset;