提交 2bb1761c 编写于 作者: B Behdad Esfahbod

Minor, use next_glyph()

上级 5f68f867
......@@ -520,7 +520,7 @@ struct Ligature
while (c->should_mark_skip_current_glyph ())
{
set_lig_props (c->buffer->cur(), lig_id, i);
c->replace_glyph (c->buffer->cur().codepoint);
c->buffer->next_glyph ();
}
/* Skip the base glyph */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册