CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    2

    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

  2. #2
    Join Date
    Mar 1999
    Posts
    3

    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
  •  





Click Here to Expand Forum to Full Width

Featured