I am using a class CFont:
CFont font;
font.CreateFont(12.0,12.0/3,0,0,FW_BOLD,
0,0,0,ANSI_CHARSET,0,0,2,DEFAULT_PITCH,"VC");
Then,I want to change the height of the font.How can I do it?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: How to use the CFontThreaded View
|
Click Here to Expand Forum to Full Width |