|
-
January 20th, 2010, 09:55 AM
#7
Re: Changing Label Size/Font help
 Originally Posted by hoxsiew
For a LOGFONT struct, you want to use CreateFontIndirect().
Code:
m_lblfont.CreateFontIndirect(&lf);
I compiled it with the m_lblfont.CreateFontIndirect(&lf);
but i'm trying to change the size of m_lblctrl1 which is a CLabel. How do i set the m_lblctrl1 with this m_lblfont?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|