summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-02-23 02:09:23 +0300
committerGitHub <noreply@github.com>2020-02-23 02:09:23 +0300
commit73641d03673638e361b0254ce400c02b1b65e6ed (patch)
treeda44828023839662389edd9f73552e69fe4a8673 /CHANGELOG.md
parent71dd1bc386d70e42d5e40c6e1d9d6b430dc70b75 (diff)
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.md1
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