projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfcf977
)
Corrected comment
author
Jason Filby
<jason.filby@gmail.com>
Thu, 19 Sep 2002 22:56:14 +0000
(22:56 +0000)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/reactos/subsys/win32k/objects/text.c
b/reactos/subsys/win32k/objects/text.c
index
a50faaa
..
ded81fd
100644
(file)
--- a/
reactos/subsys/win32k/objects/text.c
+++ b/
reactos/subsys/win32k/objects/text.c
@@
-664,7
+664,7
@@
W32kTextOut(HDC hDC,
BrushOrigin.x = 0;
BrushOrigin.y = 0;
- // D
o we use the current TEXTOBJ's logfont.lfOrientation or the DC's textAlign?
+ // D
etermine the yoff from the dc's w.textAlign
if (dc->w.textAlign & TA_BASELINE) {
yoff = 0;
}