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

Tweak input matching some more

Followup to 8b2c94c4

Allow matching sequences of marks attached to different ligatures,
as supposedly the base of the subsequent marks were already jumped
over.
上级 16335139
......@@ -781,9 +781,6 @@ static inline bool match_input (hb_apply_context_t *c,
* component, otherwise we shouldn't ligate them... */
if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
{
if (first_lig_id != this_lig_id && this_lig_id != 0)
return_trace (false);
/* ...unless, we are attached to a base ligature and that base
* ligature is ignorable. */
bool found = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册