]> git.eshelyaron.com Git - emacs.git/commit
Fix wrong metrics for bitmap-only fonts with HarfBuzz 5
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 11 Aug 2022 09:16:24 +0000 (18:16 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 11 Aug 2022 09:16:24 +0000 (18:16 +0900)
commitae348b719e8f1c29c3ee6ed5d723326b3bc54883
treec41366d18978bf1fff250e6390149365862b03dc
parent648acc8848422ef07fd1620a4ce1444d636db27b
Fix wrong metrics for bitmap-only fonts with HarfBuzz 5

* src/ftcrfont.c (ftcrhbfont_begin_hb_font): Always use the standard
position unit value on HarfBuzz 5 and later regardless of whether the
font is bitmap-only or not.  (Bug#57066)
src/ftcrfont.c