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 DrawChar function takes an x & y input, but these are aligned to a grid of characters - they cannot draw to any arbitrary location.
This causes a massive limitation for the Chroma Editor, as it's impossible to align text with the box properly.
The necessary solution is a more generalized text renderer.
The text was updated successfully, but these errors were encountered:
TheCurle
No branches or pull requests
The DrawChar function takes an x & y input, but these are aligned to a grid of characters - they cannot draw to any arbitrary location.
This causes a massive limitation for the Chroma Editor, as it's impossible to align text with the box properly.
The necessary solution is a more generalized text renderer.
The text was updated successfully, but these errors were encountered: