summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-31 17:01:06 +0000
committerGitHub <noreply@github.com>2018-12-31 17:01:06 +0000
commit7275ecc282d29d1c67f700c01a399582ba052853 (patch)
tree836ccd5bc47c7f40cd22816f6a5b3376dd371661 /CHANGELOG.md
parent9ffaac8ee7c5586f0faa62401b9de76cff81130f (diff)
downloadalacritty-7275ecc282d29d1c67f700c01a399582ba052853.tar.gz
alacritty-7275ecc282d29d1c67f700c01a399582ba052853.zip
Fix line metrics
Since bitmap fonts do not provide their own underline metrics, the self-calculated metrics which have been used for rusttype are now also used for bitmap fonts with freetype. The rusttype and bitmap fallback metrics have incorrectly offset the underline by the underline height. Since the position is already defined as the center point, that is not necessary. All rounding and clamping has also been removed from the font library, so that the raw values are reported now. The clamping and rounding is now done in the line renderer.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions