]> git.eshelyaron.com Git - emacs.git/commit
Fix text shaping of precomposed characters with HarfBuzz
authorEli Zaretskii <eliz@gnu.org>
Thu, 13 Jun 2019 08:49:30 +0000 (11:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 13 Jun 2019 08:49:30 +0000 (11:49 +0300)
commit769e9fa5ae2779f9eacc835784b88aea5cc5a396
tree28cc8bf42dbabcfe8b37c5ceb4e22ff0118c0edb
parent4c3e78a9f4240bff6cf2bbc1f181dd167b712144
Fix text shaping of precomposed characters with HarfBuzz

* src/hbfont.c (hbfont_shape): Fix setting TO of lglyph for
the case when Lisp shape-gstring function performed some
compositions by itself.  This happens with hebrew.el.  See
https://lists.freedesktop.org/archives/harfbuzz/2019-June/007396.html
for the details of the problem this solves.
src/hbfont.c