Corrected comment
authorJason Filby <jason.filby@gmail.com>
Thu, 19 Sep 2002 22:56:14 +0000 (22:56 +0000)
committerJason Filby <jason.filby@gmail.com>
Thu, 19 Sep 2002 22:56:14 +0000 (22:56 +0000)
svn path=/trunk/; revision=3524

reactos/subsys/win32k/objects/text.c

index a50faaa..ded81fd 100644 (file)
@@ -664,7 +664,7 @@ W32kTextOut(HDC  hDC,
   BrushOrigin.x = 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) {
     yoff = 0;
   }