[android-developers] Draw Text on GLSurfaceView

2010-04-12 Thread Renjith
Hi, Can anyone help me to understand how to draw text on GLSurfaceView in Android ? Thanks in advance Ren -- 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

Re: [android-developers] Draw Text on GLSurfaceView

2010-04-12 Thread A.TNG
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