When the OS returns a fallback font that does not actually contain glyphs for the text, do not exhaust the list of fallback fonts

Fixes #1918

Apparently fontconfig does this for Tangut components.
This commit is contained in:
Kovid Goyal 2019-08-24 08:27:54 +05:30
parent a5d6cd169e
commit 35fa91fba2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 17 additions and 0 deletions

View file

@ -33,6 +33,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix piping PNG images into the icat kitten not working (:iss:`1920`)
- When the OS returns a fallback font that does not actually contain glyphs
for the text, do not exhaust the list of fallback fonts (:iss:`1918`)
0.14.3 [2019-07-29]
---------------------