]> git.eshelyaron.com Git - emacs.git/commit
Fix scrolling problems with misc-fixed fonts under Cairo
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Nov 2020 08:27:15 +0000 (10:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Nov 2020 08:27:15 +0000 (10:27 +0200)
commit33e2418a7cfd2ac1b98b86c5ddaf99c1d90daaf0
treead299ea59b416e960052af067807240fc8cb406f
parentece1e1da5ea86fb02230e10111ea188ee0a59fc9
Fix scrolling problems with misc-fixed fonts under Cairo

* src/ftcrfont.c (ftcrfont_glyph_extents): Avoid rounding up the
glyph ascent to a higher value than needed due to floating-point
roundoff errors.  (Bug#44284)
src/ftcrfont.c