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

[write-fonts] Impl FontRead for glyf types #555

Merged
merged 1 commit into from
Aug 2, 2023
Merged

[write-fonts] Impl FontRead for glyf types #555

merged 1 commit into from
Aug 2, 2023

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Aug 2, 2023

In codegen we impl this trait for any type that impls FromTableRef, but this was missing for these types (which don't use codegen)

Noticed this was missing when I saw that fontc was jumping through hoops to load glyfs.

JMM

In codegen we impl this trait for any type that impls FromTableRef, but
this was missing for these types (which don't use codegen)
Copy link
Member

@dfrg dfrg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must have missed these when I added the original impls. Seems like a nice QOL improvement!

@dfrg dfrg merged commit 3fabc17 into main Aug 2, 2023
7 checks passed
@dfrg dfrg deleted the glyph-read branch August 2, 2023 18:52
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