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

Make FontFace's glyphs public #330

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

Seanld
Copy link

@Seanld Seanld commented Dec 23, 2024

Had to make a new PR because I accidentally mixed it with changes from my other active PR. This is standalone.

I'm adding the ability to draw arced/circular text to my system which depends on this library, and it requires drawing the characters one by one, to determine rotations for each separately from the rest of the line. Trying to do this without access to the glyphs directly is convoluted, and simply making it public solves my use case.

@tdewolff tdewolff merged commit a4892b4 into tdewolff:master Dec 23, 2024
1 of 2 checks passed
@tdewolff
Copy link
Owner

Excellent, I appreciate the small refactor too.

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