Can Opengl show text from a diffrent language?

I was just wondering if opengl can print Arabic, Farsi, Urdu, Japanese… and how if it is possible… thnx for the help :slight_smile:

OpenGL can be used to draw anything you want. But OpenGL has no text rendering facilities of its own; to draw text, you must use its rendering facilities to actually draw each glyph in some way.

Or to put it another way, text rendering is something you do on top of OpenGL.