Rotate text - Managed DirectX (C#)
I am currently developing a little application with a highly-dynamic GUI which needs a lot of refreshing and drawing. To archive thi开发者_高级运维s, I am using managed DirectX. I successfully painted a little string in a specific font to specific coordinates, but I have no idea on how I could rotate the drawn text...
Any ideas?
Thanks!
Okay, I found no native method to archive my goal.
So I painted the Font on a bitmap, created a texture and used sprites to draw my font texture.
精彩评论