Skip to content

refactor(raylib): Use font file as FontWeight enum value #35675

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

Merged
merged 5 commits into from
Jul 11, 2025

Conversation

TheSecurityDev
Copy link
Contributor

@TheSecurityDev TheSecurityDev commented Jul 10, 2025

Use a dict for the raylib font files instead of relying on the index of the font file to match the enum value.

Change FontWeight to a StrEnum with the values being the font file, instead of relying on the index of the font file to match the enum value.

@github-actions github-actions bot added the ui label Jul 10, 2025
@TheSecurityDev TheSecurityDev changed the title refactor(raylib): Use dict for font files refactor(raylib): Use font file as FontWeight enum value Jul 11, 2025
@sshane sshane merged commit d913e4d into commaai:master Jul 11, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants