Skip to content
New issue

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

Text renderer in draw.c can't draw to an arbitrary offset. #8

Open
TheCurle opened this issue Jun 18, 2021 · 0 comments
Open

Text renderer in draw.c can't draw to an arbitrary offset. #8

TheCurle opened this issue Jun 18, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheCurle
Copy link
Owner

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.

@TheCurle TheCurle added the enhancement New feature or request label Jun 18, 2021
@TheCurle TheCurle self-assigned this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant