[PATCH 3/3] [v2] gdi32: Fix text metrics in synthetic bold bitmap fonts.

Akihiro Sagawa sagawa.aki at gmail.com
Sun Feb 18 06:34:42 CST 2018


In v2, fix tmOverhang calculation (just increments it).
font_desc.matrix.eM11 is always 1.0 for bitmap fonts (freetype.c:5701).
Therefore, the previous code doesn't make sense.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 dlls/gdi32/freetype.c   | 9 +++++++--
 dlls/gdi32/tests/font.c | 3 ---
 2 files changed, 7 insertions(+), 5 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-v2-gdi32-Fix-text-metrics-in-synthetic-bold-bitmap-f.patch
Type: text/x-patch
Size: 2038 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180218/597e7fc1/attachment.bin>


More information about the wine-devel mailing list