0

I am currently developing a little application with a highly-dynamic GUI which needs a lot of refreshing and drawing. To archive this, 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!

Emiswelt
  • 3,909
  • 1
  • 38
  • 56

1 Answers1

0

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.

Emiswelt
  • 3,909
  • 1
  • 38
  • 56