|
-
March 31st, 1999, 02:56 PM
#1
CreateFontIndirect question..
I've seen previous questions/answers regarding CreateFontIndirect, but I would like more explanation, please. I've used LogFont to supply details, and CreatFontIndirect, but nothing ever changes. Replies I've seen while searching indicate the I need to "place your CFont variable co_Font as a member of the dialog class... " (reply to Mark, 3/16/99). Can someone explain this more for me, please. I didn't realize printing would be this hard! I appreciate any assistance.
Thanks,
Bridge
-
March 31st, 1999, 07:15 PM
#2
Re: CreateFontIndirect question..
Try to use
SelectObject(HDC hDC, HFONT hFont)
or
CDC::SelectObject
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
|