How do I draw rotated text using the ScriptTextOut
function?
I tried both Graphics::SetTransform
and SetWorldTransform
and they didn't seem to do the trick.
Asked
Active
Viewed 139 times
1

eyelash
- 3,197
- 25
- 33
-
See this answer https://stackoverflow.com/a/38758804/4603670 for rotating text from `TextOut`, `ScriptTextOut` is the same. – Barmak Shemirani Jul 24 '18 at 08:51
-
Thanks, that worked. Apparently I was missing the call to `SetGraphicsMode` – eyelash Jul 24 '18 at 09:14