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:
parent
cacf37f0eb
commit
3739b5f995
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue