diff options
Diffstat (limited to 'src/font.c')
-rw-r--r-- | src/font.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c index 413cb381eeb..defbb5084b5 100644 --- a/src/font.c +++ b/src/font.c @@ -4678,6 +4678,7 @@ GSTRING. */) from = LGLYPH_FROM (glyph); to = LGLYPH_TO (glyph); } + composition_gstring_adjust_zero_width (gstring); return composition_gstring_put_cache (gstring, XFIXNUM (n)); shaper_error: |