提交 fc96596b 编写于 作者: B Behdad Esfahbod

Form clusters before setting masks

上级 1e807822
......@@ -277,10 +277,10 @@ hb_ot_shape_execute_internal (hb_ot_shape_context_t *c)
/* Save the original direction, we use it later. */
c->original_direction = c->buffer->props.direction;
hb_ot_shape_setup_masks (c);
hb_form_clusters (c);
hb_ot_shape_setup_masks (c);
/* SUBSTITUTE */
{
/* Mirroring needs to see the original direction */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册