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:
Kovid Goyal 2018-12-02 14:12:46 +05:30
parent 8ba8320189
commit 222beedc2a
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 12 additions and 11 deletions

View file

@ -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`)