diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-02-23 02:09:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 02:09:23 +0300 |
commit | 73641d03673638e361b0254ce400c02b1b65e6ed (patch) | |
tree | da44828023839662389edd9f73552e69fe4a8673 /CHANGELOG.md | |
parent | 71dd1bc386d70e42d5e40c6e1d9d6b430dc70b75 (diff) | |
download | alacritty-73641d03673638e361b0254ce400c02b1b65e6ed.tar.gz alacritty-73641d03673638e361b0254ce400c02b1b65e6ed.zip |
Fix Fontconfig's font size query
Previously we were rounding pattern's `pixelsize` before `fc_sort`, however we were using not rounded one in `get_glyph`, so bitmap fonts could look a bit smaller when used in a mix with scalable fonts.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf47af2..fabcf11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Parser reset between DCS escapes - Parser stopping at unknown DEC private modes/SGR character attributes - Block selection appending duplicate newlines when last column is selected +- Bitmap fonts being a bit smaller than they should be in some cases ### Removed |