Is there a decent OpenGL text drawing library for the iPhone SDK?

前端 未结 8 767
无人共我
无人共我 2020-11-28 20:54

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

8条回答
  •  暖寄归人
    2020-11-28 21:28

    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)

提交回复
热议问题