Results 1 to 1 of 1

Thread: Drawing tilted text with DrawThemeTextEx()

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    95

    Question Drawing tilted text with DrawThemeTextEx()

    Hello, again I have a problem:
    I like to draw tilted text with the DrawThemeTextEx() API.
    But I have the problem, that because of the clipping a 90 degree tilted text (against the clock) is not be drawn, since it is outside the drawing area.
    Is there something I can do?

    EDIT:
    I found out, that I can use the flag DT_NOCLIP for DrawThemeText() to avoid the clipping. - This flag also works for DrawThemeTextEx(), but only if the flag DTT_COMPOSITED is not used!
    Is there a way to switch off the clipping without losing the antialiased way of drawing text via DTT_COMPOSITED?
    Last edited by NeedHelp!; Apr 9th, 2011 at 12:57 PM.

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