Search Results

1
vote

How to display unicode text in OpenGL?

You could also group the characters by language. Load each language table as needed, and when you need to switch languages, unload the previous language table and load the new one. …