Drawing strings capable of being transformed

I want to draw strings which are capable of being transformed (transfer, rotate, …) like any other shapes created by openGL.
Is it possible?

Sure, you can the only fonts that are limited are Bitmap fonts like glutBitmapFont.

Look at nehe.gamedev.net on texutred fonts with are mapped to quads and 3D fonts built from trangles.

I have a vector font routine that builds the font form vertex array’s, so you can scale, translate, rotate, etc… I have not posted it yet on my site but if interested I could e-mail it to you.

Originally posted by serbet:
I want to draw strings which are capable of being transformed (transfer, rotate, …) like any other shapes created by openGL.
Is it possible?

Thank you nexusone, it would be useful for me. Waiting the font routine…

Are you going to e-mail me, my e-mail is on the bar on this message board, make sure the openGL is in the subject of the message else may get deleted as junk mail.

Originally posted by serbet:
Thank you nexusone, it would be useful for me. Waiting the font routine…

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.