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 Font::build_outline & trait OutlineBuilder #108

Closed
wants to merge 1 commit into from

Conversation

alexheretic
Copy link
Owner

@alexheretic alexheretic commented Aug 31, 2024

Add Font::build_outline & trait OutlineBuilder to provide ttf-parser like custom outline building logic.

Resolves #81

@alexheretic
Copy link
Owner Author

alexheretic commented Aug 31, 2024

Though I'm still not 100% sure this should actually be in this crate. The alternative is to just use ttf-parser directly for this. This only value this wrapper adds is just not having to re-parse the font data when you already have an ab_glyph::Font. But if people think that is useful enough then I'm probably ok with merging.

@alexheretic
Copy link
Owner Author

No much interest so I'd rather keep the api smaller

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.

Outline with custom OutlineBuilder
1 participant