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

Don't bundle a font for the testgputext example #462

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

smcv
Copy link
Contributor

@smcv smcv commented Jan 8, 2025

Providing fonts is not SDL_ttf's job, and any game that wants to use it should either provide its own fonts or call into an OS library like fontconfig. For examples and manual tests, it's simplest if we require a font filename to be given as input, like showfont and glfont already did.

Providing fonts is not SDL_ttf's job, and any game that wants to use it
should either provide its own fonts or call into an OS library like
fontconfig. For examples and manual tests, it's simplest if we require
a font filename to be given as input, like showfont and glfont
already did.

Signed-off-by: Simon McVittie <smcv@debian.org>
@smcv
Copy link
Contributor Author

smcv commented Jan 8, 2025

As discussed on #461.

@slouken slouken merged commit 962a7c4 into libsdl-org:main Jan 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants