-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replace bespoke text rendering functionality with SDL2-ttf #199
Labels
enhancement
Potential extensions to the engine spec
Comments
no-lex
added a commit
that referenced
this issue
Jul 16, 2021
no-lex
added a commit
that referenced
this issue
Sep 23, 2022
no-lex
added a commit
that referenced
this issue
Sep 24, 2022
no-lex
added a commit
that referenced
this issue
Sep 26, 2022
no-lex
added a commit
that referenced
this issue
Sep 27, 2022
no-lex
added a commit
that referenced
this issue
Oct 11, 2022
no-lex
added a commit
that referenced
this issue
Oct 16, 2022
no-lex
added a commit
that referenced
this issue
Oct 16, 2022
no-lex
added a commit
that referenced
this issue
Oct 16, 2022
no-lex
added a commit
that referenced
this issue
Oct 16, 2022
no-lex
added a commit
that referenced
this issue
Oct 16, 2022
no-lex
added a commit
that referenced
this issue
Oct 18, 2022
no-lex
added a commit
that referenced
this issue
Oct 19, 2022
no-lex
added a commit
that referenced
this issue
Oct 19, 2022
no-lex
added a commit
that referenced
this issue
Oct 20, 2022
no-lex
added a commit
that referenced
this issue
Oct 22, 2022
no-lex
added a commit
that referenced
this issue
Oct 22, 2022
no-lex
added a commit
that referenced
this issue
Oct 22, 2022
no-lex
added a commit
that referenced
this issue
Oct 22, 2022
no-lex
added a commit
that referenced
this issue
Oct 22, 2022
no-lex
added a commit
that referenced
this issue
Oct 24, 2022
no-lex
added a commit
that referenced
this issue
Oct 26, 2022
no-lex
added a commit
that referenced
this issue
Oct 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
libSDL2 has text rendering code in one of its libraries which can handle more sophisticated text rendering than the
tessfont
/rendertext
combo currently used.libsdl2-ttf
is readily available and much more usable than the undocumented code in the engine at present, and the engine is already wed to thelibSDL2
ecosystem for its sound and texture handling.The text was updated successfully, but these errors were encountered: