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

add support for named fonts #113

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

Kiyoshika
Copy link

While exploring this crate for a project, I noticed there was no support for custom fonts (only system fonts.)

After reading through the AppKit docs and the source code a bit, it was pretty straightforward to add. I've also updated the safe_area example which just prints "Hello Word" in two additional custom fonts; wasn't sure a more relevant example to put this.

(NOTE: the trailing commas were added by my editor's formatter, if we really want them removed it won't be a big deal)

Screenshot 2023-11-10 at 12 54 03 AM

Added two new labels in safe_area example with different font styles
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.

None yet

1 participant