diff options
author | Sebastian Keller <skeller@gnome.org> | 2021-11-22 01:54:15 +0100 |
---|---|---|
committer | Sebastian Keller <skeller@gnome.org> | 2021-11-22 02:22:04 +0100 |
commit | 303f79e14047d60c3ca41c24931c8cb6115433ae (patch) | |
tree | cc75371be732ba253836f659e5c542cff1d58d48 /meson.build | |
parent | 1c7c84a263af1e0688e2fedb3a98e2f10b55f0eb (diff) | |
download | pango-303f79e14047d60c3ca41c24931c8cb6115433ae.tar.gz |
Calculate hinted font height based on the hinted extents
The previous code was calculating the rounded up version of the
difference between the unhinted ascender and uninted descender. This
however would only result in the correct height if both unhinted
extentss together only differ by less then an a Pango unit from their
hinted counterparts. Otherwise the resulting height would be 1 unit too
short.
Fix this by using the difference between the hinted extents as height.
Fixes: https://gitlab.gnome.org/GNOME/pango/-/issues/626
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions