Hi, does anybody have any idea how to draw rotated text with directx? I know how to just draw text using the "DrawText" function. In its syntax it doesn't have any place for angle and i don't see any other functions. Maybe if there isn't a simple function for drawing rotated text there could be another way? Like, what if on a picture box you would print your text and make a texture out of it, then draw the texture on rotated? ..... hopefully somebody knows.