From 28ce5fa454b54f728044ee12a9dbe7d016783d4a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 8 Jun 2012 20:13:56 -0400 Subject: [PATCH] Merge clusters when ligating --- src/hb-ot-layout-gsub-table.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-layout-gsub-table.hh b/src/hb-ot-layout-gsub-table.hh index b10f9b6..49ada88 100644 --- a/src/hb-ot-layout-gsub-table.hh +++ b/src/hb-ot-layout-gsub-table.hh @@ -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 -- 2.7.4