diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-07-10 21:54:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 21:54:35 +0300 |
commit | b78f3d133960dad38ad21e808723e51661b59881 (patch) | |
tree | 413cd1877f8ec980fd5f5012684f0999b343aa63 /CHANGELOG.md | |
parent | 44f25493ca404820c55e5b493fb2f48c019d00b8 (diff) | |
download | alacritty-b78f3d133960dad38ad21e808723e51661b59881.tar.gz alacritty-b78f3d133960dad38ad21e808723e51661b59881.zip |
Set default FreeType properties
In addition it also starts respecting Fontconfig's `autohint`
and `hinting` options.
Fixes #3534.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c229c69..c19894cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Preservation of the alternate screen's saved cursor when swapping to primary screen and back - Reflow of cursor during resize - Cursor color escape ignored when its color is set to inverted in the config +- Fontconfig's `autohint` and `hinting` options being ignored +- Ingoring of default FreeType properties ## 0.4.3 |