Corrected comment

svn path=/trunk/; revision=3524
This commit is contained in:
Jason Filby 2002-09-19 22:56:14 +00:00
parent dfcf977473
commit d0a1f447f1

View file

@ -664,7 +664,7 @@ W32kTextOut(HDC hDC,
BrushOrigin.x = 0; BrushOrigin.x = 0;
BrushOrigin.y = 0; BrushOrigin.y = 0;
// Do we use the current TEXTOBJ's logfont.lfOrientation or the DC's textAlign? // Determine the yoff from the dc's w.textAlign
if (dc->w.textAlign & TA_BASELINE) { if (dc->w.textAlign & TA_BASELINE) {
yoff = 0; yoff = 0;
} }