jtsiomb / libdrawtext

Simple library for fast anti-aliased text rendering in OpenGL
GNU Lesser General Public License v3.0
86 stars 13 forks source link

Chinese is not supported #16

Closed SuperSkeet closed 3 years ago

SuperSkeet commented 3 years ago

Hello, I learned from the source code that there are 0-255 character sets, and there is no way to support Chinese.

jtsiomb commented 3 years ago

Then why did you close the bug report? Anyway this is incorrect. libdrawtext draws utf-8 unicode strings, so chineese are in fact supported if you use a font with the necessaary glyphs. See the "unicode" example program.