dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
755 stars 299 forks source link

Can I use cyrillic signs? #100

Closed roman-belfer closed 9 years ago

roman-belfer commented 9 years ago

Hi, guys! I have just a question. How's about russian or ukrainian language? I can't write anything with cyrillic signatures.

text = "Абвгдеэжзты"; gl.DrawText(x, y, 1f, 1f, 1f, null, 14f, text );

So in results I have some sh*t like "12345M67BK".

Or how can I render the text into the texture?