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

[aat] Tweak previous commit

上级 f7600228
...@@ -658,6 +658,8 @@ struct StateTableDriver ...@@ -658,6 +658,8 @@ struct StateTableDriver
buffer->idx--; buffer->idx--;
last_was_dont_advance = true; last_was_dont_advance = true;
} }
else
last_was_dont_advance = false;
} }
else else
last_was_dont_advance = false; last_was_dont_advance = false;
......
...@@ -619,8 +619,8 @@ hb_ot_substitute_complex (hb_ot_shape_context_t *c) ...@@ -619,8 +619,8 @@ hb_ot_substitute_complex (hb_ot_shape_context_t *c)
c->plan->substitute (c->font, buffer); c->plan->substitute (c->font, buffer);
/* XXX Call morx instead. */ /* XXX Call morx instead. */
//OT::hb_apply_context_t ac (0, c->font, c->buffer); OT::hb_apply_context_t ac (0, c->font, c->buffer);
//hb_aat_layout_substitute (&ac); hb_aat_layout_substitute (&ac);
} }
static inline void static inline void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册