Rotated Text in 2d world

How Can I write a text in OpenGL in any angle?

thx, rgds,

Marcelo

Depends how you’re writing your text!

If you’re using glBitmap or glDrawPixels, then you can’t - you’re writing rectangular arrays of pixels directly onto the framebuffer.

If you’re drawing stroke text, or using textured quads then no problem - any OpenGL transformations will process these correctly.