API Question Drawing Rotated Text

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
1
Points
0
Location
Ontario
Is there any way to draw rotated text (i.e. text tilted at a 45 degree angle) using the Sketchpad class? The oapi::Font constructor seems to support this, but the oapiCreateFont class doesn't. You probably could get the HDC associated with the sketchpad and use GDI, but I'd prefer to avoid this if possible.
 
Top