Chinese character in OpenGL

Hi,
How can I display chinese character in OpenGL?
I’m newbie in OpenGL.

Thank you.

you do it like normal text-output in opengl, no gdi ! make some quads textured with charimages (parts of a texture where the chars are) and draw em …