mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Fix freetype based rendering of non-hinted fonts at small sizes
Now use the post hinting bitmap bearing values instead of the hinting independent glyph metrics bearing values. Fixes #1173
This commit is contained in:
parent
8ba8320189
commit
222beedc2a
2 changed files with 12 additions and 11 deletions
|
|
@ -55,6 +55,9 @@ Changelog
|
|||
|
||||
- macOS: Fix touch scrolling sensitivity low on retina screens (:iss:`1112`)
|
||||
|
||||
- Linux: Fix incorrect rendering of some fonts when hinting is disabled at
|
||||
small sizes (:iss:`1173`)
|
||||
|
||||
- Linux: Fix match rules used as aliases in Fontconfig configuration not being
|
||||
respected (:iss:`1085`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue