mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Corrected comment
svn path=/trunk/; revision=3524
This commit is contained in:
parent
dfcf977473
commit
d0a1f447f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue