Font color?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I can't figure out how to control the color of text drawn with CDC::TextOut. CFont or LOGFONT don't seem to have a color attribute, and none of the other crazy things I tried worked. Ideas? thanks, Jake
-
I can't figure out how to control the color of text drawn with CDC::TextOut. CFont or LOGFONT don't seem to have a color attribute, and none of the other crazy things I tried worked. Ideas? thanks, Jake
CDC::SetTextColor(clr); -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
-
I can't figure out how to control the color of text drawn with CDC::TextOut. CFont or LOGFONT don't seem to have a color attribute, and none of the other crazy things I tried worked. Ideas? thanks, Jake