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
Currently it's sitting mostly written and commented out. What would be required to finish it?
The text was updated successfully, but these errors were encountered:
Check out my gist for a stab at a solution (also has some drawTexture changes), that needs cleaning up: https://gist.github.com/ludamad/943edfa4efe4b3dc1417
The main fix is lines 95-96 it seems. The blend mode caused text to appear as blocks.
It also adds originX and originY members that determine how the text is aligned, eg 1,1 can draw text aligned to a right-bottom corner.
Sorry, something went wrong.
No branches or pull requests
Currently it's sitting mostly written and commented out. What would be required to finish it?
The text was updated successfully, but these errors were encountered: