Byeongsik Jeon : gdi32: Fix vertical rotation.

Alexandre Julliard julliard at winehq.org
Thu Feb 7 16:20:55 CST 2019


Module: wine
Branch: master
Commit: 40a7c5a8a8871f0b13238ebaf9b11a62f0e34fdb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=40a7c5a8a8871f0b13238ebaf9b11a62f0e34fdb

Author: Byeongsik Jeon <bsjeon at hanmail.net>
Date:   Thu Feb  7 14:43:37 2019 +0000

gdi32: Fix vertical rotation.

Missed from cf891b04a087bcbc713e704c1adbf6b88243e996.

Signed-off-by: Byeongsik Jeon <bsjeon at hanmail.net>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdi32/freetype.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index de62425..22dfe87 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -7593,7 +7593,7 @@ static DWORD get_glyph_outline(GdiFont *incoming_font, UINT glyph, UINT format,
         if(buflen == 0) buf = NULL;
 
         if (needsTransform && buf)
-		pFT_Outline_Transform(outline, &transMat);
+            pFT_Outline_Transform(outline, &transMatTategaki);
 
         needed = get_bezier_glyph_outline(outline, buflen, NULL);
 




More information about the wine-cvs mailing list