CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Location
    California, USA
    Posts
    34

    How to change direction (vertical) of output text in CDC?



    How to change direction (vertical) of output text in CDC?


    Thanks in advance.

  2. #2
    Join Date
    Mar 1999
    Posts
    4

    Re: How to change direction (vertical) of output text in CDC?



    Create a new font and set its escapement. Select into DC and text will now be rotated.

  3. #3
    Join Date
    Apr 1999
    Posts
    20

    Re: How to change direction (vertical) of output text in CDC?



    Only if the font is TrueType...

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