What is an easy way to draw text in an opengl view. I need to be able to draw any/all characters (ie support not just english). Apple has a sample on how to do this for OpenGL (not ES) called GLstring.m which is neat, but cant be translated to iPhone.
Not all of us are writing applications just for Americans, ie Techniques that involve loading all characters into a bitmap need not apply, I want my applications to support languages other than english.