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
I tried to render Japanese text using Arial, but the application crashed here and here.
It could not find the glyph index, so iter becomes end. To me, it looks like missing glyphs are not automatically added to the texture yet.
iter
end
The text was updated successfully, but these errors were encountered:
I added a skip for now: bdf4643.
I'll add some logic to add missing glyphs soon.
Sorry, something went wrong.
No branches or pull requests
I tried to render Japanese text using Arial, but the application crashed here and here.
It could not find the glyph index, so
iter
becomesend
. To me, it looks like missing glyphs are not automatically added to the texture yet.The text was updated successfully, but these errors were encountered: