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

Expose slice and vec of raw data #98

Merged
merged 11 commits into from
Apr 3, 2024

Conversation

alexparlett
Copy link
Contributor

This would be useful for supporting serde in solving

emilk/egui#4311

@alexparlett
Copy link
Contributor Author

alexparlett commented Apr 2, 2024

Read over the previous disucssions in #73

The problem is from the libraries referenced we have access to the FontArc only and have no knowledge of the data used to create either a FontRef or FontVec, so this needs to be accessible at that layer down.

glyph/src/font.rs Outdated Show resolved Hide resolved
glyph/src/ttfp.rs Outdated Show resolved Hide resolved
glyph/src/ttfp.rs Outdated Show resolved Hide resolved
@alexheretic alexheretic merged commit 675ed3e into alexheretic:main Apr 3, 2024
2 checks passed
@alexheretic
Copy link
Owner

Thanks!

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