alacritty/font
Christian Duerr 7275ecc282
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.
2018-12-31 17:01:06 +00:00
..
src Fix line metrics 2018-12-31 17:01:06 +00:00
Cargo.lock Upgrade Glutin to v0.19.0 2018-11-10 16:08:48 +00:00
Cargo.toml Update all dependencies 2018-11-14 23:44:53 +00:00