Merge clusters when ligating
This commit is contained in:
parent
2bb1761ccb
commit
28ce5fa454
|
@ -506,6 +506,7 @@ struct Ligature
|
|||
}
|
||||
else
|
||||
{
|
||||
c->buffer->merge_clusters (c->buffer->idx, skippy_iter.idx + 1);
|
||||
c->replace_glyph (ligGlyph);
|
||||
|
||||
/* Now we must do a second loop to copy the skipped glyphs to
|
||||
|
|
Loading…
Reference in New Issue