提交 74d1d887 编写于 作者: B Behdad Esfahbod

[GSUB] Fix would_apply() for LigatureSubst

上级 787f7d1e
......@@ -965,6 +965,7 @@ struct SubstLookupSubTable
case Single: return u.single.would_apply (c);
case Multiple: return u.multiple.would_apply (c);
case Alternate: return u.alternate.would_apply (c);
case Ligature: return u.ligature.would_apply (c);
case Context: return u.context.would_apply (c);
case ChainContext: return u.chainContext.would_apply (c);
case Extension: return u.extension.would_apply (c);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册