Use the actual DC attribute, not the embedded one, when checking iGraphicsMode in GreExtTextOutW.
CORE-4657 #resolve

svn path=/trunk/; revision=70187
This commit is contained in:
Timo Kreuzer 2015-11-28 17:43:30 +00:00
parent eb108acad4
commit 547821d10d

View file

@ -3526,7 +3526,7 @@ GreExtTextOutW(
goto fail;
}
if (dc->dcattr.iGraphicsMode == GM_ADVANCED)
if (dc->pdcattr->iGraphicsMode == GM_ADVANCED)
{
pmxWorldToDevice = DC_pmxWorldToDevice(dc);
FtSetCoordinateTransform(face, pmxWorldToDevice);