I\'m trying to figure out a simple to draw some text in OpenGL. My research has shown its a fairly complex task. It involves creating (or generating at runtime) a font atl
Check the crash landing demo. The Texture2D class that is provided allows for creation of textures with text and a font. (Hopefully there will be a better answer I would love a simpler way of drawing to an opengles view)