|
-
May 23rd, 2002, 01:05 PM
#1
Logfont
I'm trying to change my font to "Verdana" using a LOGFONT stuct, how can I do this?
-
May 23rd, 2002, 01:20 PM
#2
Does this help?
Hey,
I'm not exactly sure what a "LOGFONT" struct is... but I did make a sample app a while back when I was learning that delt with fonts. I attached it, but it's kinda big. Well, we will see if it goes through!
Best of luck,
~ Selevercin
-
May 23rd, 2002, 01:28 PM
#3
The easier way to create a font is CFont::CreatePointFont() where you only need to pass the size (multiplied by 10) and name. LOGFONT is useful if you have to specify all these bold, italic, underline etc. parameters.
regards,
MiMec
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
|