Menu
Forums
Login | Register

Home > Forums > OpenGL ES > Render simple text Page :  1 
Render simple text
hi everyone

anyone knows how can i draw simple text on the screen?

thanks. a lot!
Hi,

Rendering text in OpenGL ES is fairly limited. The most common approach is to render each letter as a textured quad.

You can download some free bitmap font generators that will create a texture for you, containing all the necessary letters.

You can then modify the texture coordinates of your quads to render the correct letter.

Hope this helps.

Best Regards,
Grant
i will try.

thank you

Home > Forums > OpenGL ES > Render simple text Page :  1 

You need to be logged in to reply to this topic.


All Rights Reserved, © Zeus Communications, Multimedia & Development 2004-2005

Read the Disclaimer

Links