is there any library for drawing text with opengles for android? i dont want to use texture, is there any library that draws text just like shapes in opengles for android?
Asked
Active
Viewed 2,025 times
4
-
Have a look here: http://stackoverflow.com/questions/1339136/draw-text-in-opengl-es-android – monokh Jun 04 '12 at 21:14
-
the answer says that there are off-the-shelf/open-source libraries for this job, but i cant find them – Ramin Zahedi Jun 05 '12 at 15:59
-
1Whilst not a full library, I wrote a tutorial that includes code which can be used freely (public domain license) in any project. You can find it here: http://fractiousg.blogspot.com/2012/04/rendering-text-in-opengl-on-android.html – free3dom Sep 04 '12 at 18:41