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
Hello. is it possible to add Polish characters to ot client? utf-8?
The text was updated successfully, but these errors were encountered:
@diath I have looked a bit into adding unicode support. First step would be fonts. As I understand currently we are using bitmap fonts(https://github.com/edubart/otclient/blob/master/src/framework/graphics/bitmapfont.cpp). Should we update that to handle more than 256 characters or rewrite it to use "normal" fonts? I don't know much about fonts.
I can do some work on unicode support in my spare time for fun if anyone is interested :) #3
Sorry, something went wrong.
We'd probably have to add TTF support via https://www.freetype.org/ if we wanted to move past bitmap fonts.
At this moment I may suggest (not best - but work) solution with Polish character pseudo-font: otland#6
No branches or pull requests
Hello. is it possible to add Polish characters to ot client? utf-8?
The text was updated successfully, but these errors were encountered: