mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Corrected comment
svn path=/trunk/; revision=3524
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user