Possible Duplicate:
Draw text in OpenGL ES
I know that if you wanna draw 3D object you need buffors for colors, indices, coords and Override some functions, but I do not know what to do to see text (string) on my emulator with OpenGL ES. I try to look in google but I didn't see any tutorials or samples that I could understand.
I saw this: Draw text in OpenGL ES but I don't understand it.
What should I do to draw "Hello world"?