gdi32: Pass an lpDx array to the driver if the escapement is non-zero, so that the driver has access to the unrotated advance widths.

This commit is contained in:
Huw Davies 2007-05-31 12:47:19 +01:00 committed by Alexandre Julliard
parent cacf37f0eb
commit 3739b5f995
1 changed files with 1 additions and 1 deletions

View File

@ -1993,7 +1993,7 @@ BOOL WINAPI ExtTextOutW( HDC hdc, INT x, INT y, UINT flags,
y = pt.y;
char_extra = GetTextCharacterExtra(hdc);
if(char_extra || dc->breakExtra || breakRem || lpDx)
if(char_extra || dc->breakExtra || breakRem || lpDx || lf.lfEscapement != 0)
{
UINT i;
SIZE tmpsz;