We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
汉字时显示个方框
The text was updated successfully, but these errors were encountered:
不支持汉字吗 (Doesn’t it support Chinese characters?)
汉字时显示个方框 (Display a box when using Chinese characters)
Currently the TextRenderer does not support these.
In theory if you have a ttf/otf font file with the glyphs it "should" be possible with FreeType..
Here the simplistic text renderer is written to only handle the characters from ASCII 0 through 127 from a specific hard coded font which I don't think has the glyphs.
I might look into additional glyph sets in future, thanks for asking!
Sorry, something went wrong.
No branches or pull requests
汉字时显示个方框
The text was updated successfully, but these errors were encountered: