Fix rendering of ligatures in the latest release of Cascadia code

For some reason it puts empty glyphs after the ligature glyph rather than before it.
There is a possibility this fix might break something else, we will see.
Fixes #3313
This commit is contained in:
Kovid Goyal 2021-02-15 10:36:07 +05:30
parent 5675944c0c
commit 912c46fc57
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 29 additions and 11 deletions

View file

@ -64,6 +64,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix OS window sizes under 100px resulting in scaled display (:iss:`3307`)
- Fix rendering of ligatures in the latest release of Cascadia code, which for
some reason puts empty glyphs after the ligature glyph rather than before it
(:iss:`3313`)
0.19.3 [2020-12-19]
-------------------