On Mon, Apr 12, 2010 at 10:39 PM, Renjith <renjithkum...@gmail.com> wrote:
> Hi,
>
> Can anyone help me to understand how to draw text on GLSurfaceView in
> Android ?
>
> Thanks in advance
> Ren
>

You cannot draw text on glsurface. What you can do is draw text on a
bitmap, then bind this bitmap as texture to glsurface, user
drawElement to show this bitmap.

You could check ApiDemo to learn how to draw bitmap on glsurface. Good luck.

-- 
Best Regards,
TANG Jiyu
Blog: http://jiyu.wordpress.com.cn/
ezkeypad: http://ezkeypad.tool100.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to