-
Notifications
You must be signed in to change notification settings - Fork 332
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
Add liberation font family to Arcade #2477
base: development
Are you sure you want to change the base?
Conversation
I think this PR is fine, but I do like the idea of Liberation Sans being the default font. |
The resources listing is (once again) broken because it assumes a lot about how Arcade is built. I don't have time to fix this tonight and might not in the next few days. |
f9333db
to
fe2c7ff
Compare
* Add Liberation font TTFs (Generic versions of Arial, Courier, and Times) * Add OFL license in new folder * Add load function modeled after load_kenney_fonts
* Add Liberation font loading to text drawing examples * Add comments explaining usage of fonts * Fix typo (s/bumbled/bundled/)
fe2c7ff
to
8a88b65
Compare
I've rebased this and I'm looking at an acceptable short-term fix to get 3.0 moving. |
"""Loads generic versions of Arial, Courier, and Times New Roman. | ||
|
||
The Liberation font family is a permissively-licensed set of built-ins | ||
which should be layout-compatible with popular fonts. |
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.
Can we add the names, which should be used to reference the loaded fonts? That was an issue for me with the Kenny fonts.
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.
Yep. Will do.
TL;DR: Add Liberation font files per #1011 and #1135 per call with Digi and Eruvanos
Changes
Questions