mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
Minor, use next_glyph()
This commit is contained in:
parent
5f68f8675e
commit
2bb1761ccb
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue