6 Dec
2004
6 Dec
'04
2:42 p.m.
"Glenn Wurster" <glenn(a)electric.ath.cx> wrote:
ret = dc->funcs->pExtTextOut(dc->physDev,x,y,flags|ETO_IGNORELANGUAGE, - lprect,lpReorderedString,count,lpDx,dc->breakExtra); + lprect,lpReorderedString,count,lpDx,dc->breakExtra,antialias);
I think that it should be the ExtTextOut's backend responsibility whether to use antialiasing or not, taking into account ANTIALIASED_QUALITY and CLEARTYPE_QUALITY value of the LOGFONT.lfQuality field. -- Dmitry.