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:
parent
16d9f62bdf
commit
40a7c5a8a8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue