Click to See Complete Forum and Search --> : CreateFontIndirect question..


Bridge
March 31st, 1999, 01:56 PM
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

Igor Povarov
March 31st, 1999, 06:15 PM
Try to use

SelectObject(HDC hDC, HFONT hFont)

or

CDC::SelectObject