I’m building a Bitmap by layering images one above another, and when I’m done I want to write text around the edges. The top and bottom are simple because they’re written horizontally, but I’d prefer to write the text on the left and right sides vertically so they don’t take up as much space.
The Graphics.DrawString method doesn’t allow you to specify an angle of rotation; what other methods exist?
I think you may get some pointers from this answer about rotating text for printing that I wrote a while ago.