]> git.eshelyaron.com Git - emacs.git/commit
; Fix problem with DirectWrite (MS-Windows)
authorCecilio Pardo <cpardo@imayhem.com>
Sat, 26 Oct 2024 15:51:22 +0000 (17:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 09:54:10 +0000 (10:54 +0100)
commit3491ff0b058aaf58cf72f208bacc29fc44d30c48
tree1ebb133af2b1a871cba67d8e7dc344873e160fd8
parent10c977ab5de3d686d57e8c08504ee182dc56fa28
; Fix problem with DirectWrite (MS-Windows)

Negative lbearings were not handled.

* src/w32dwrite.c (w32_dwrite_draw): Modified to handle negative
lbearing.

(cherry picked from commit 702d5ec56684b87dbe7c46d35c6926a46a0697e9)
src/w32dwrite.c