-
-
Notifications
You must be signed in to change notification settings - Fork 98
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 #443
Text #443
Conversation
With all the possible threading problems, it was just simpler
Using the executor instead
Currently segfaults, which is super helpful.
Ok, basic text rendering is done. Things not implemented:
Note that this is the list of features provided by SDL_ttf, not the list of features we should have. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I have thoughts regarding system font support, but doesn't need to hold this up.
bors r+
Build failed: |
bors retry |
Implements basic text rending. No wrapping or rich text supported.
Depends on #432, #436
Closes #146