Linux: Allow using fonts with spacing=90 in addition to fonts with spacing=100

Fixes #1968
This commit is contained in:
Kovid Goyal
2019-09-15 06:08:40 +05:30
parent 41b0f8852f
commit bc302dad23
4 changed files with 40 additions and 28 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix incorrect rendering of some symbols when followed by a space while using
the PowerLine font which does not have a space glyph (:iss:`1225`)
- Linux: Allow using fonts with spacing=90 in addition to fonts with
spacing=100 (:iss:`1968`)
0.14.4 [2019-08-31]
---------------------

View File

@@ -152,7 +152,7 @@ only monospace fonts, since every cell in the grid has to be the same size. If
your font is not listed in ``kitty list-fonts`` it means that it is not
monospace. On Linux you can list all monospace fonts with::
fc-list : family spacing | grep spacing=100
fc-list : family spacing | grep -e spacing=100 -e spacing=90
Note that the spacing property is calculated by fontconfig based on actual
glyph widths in the font. If for some reason fontconfig concludes your favorite