gdi32: Fix vertical rotation.

Missed from cf891b04a0.

Signed-off-by: Byeongsik Jeon <bsjeon@hanmail.net>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Byeongsik Jeon 2019-02-07 14:43:37 +00:00 committed by Alexandre Julliard
parent 16d9f62bdf
commit 40a7c5a8a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);