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 initial implementation of meta #1237

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. Add initial implementation of meta table, with read and write

    This commit adds the code necessary to read and write the `meta` table,
    including its codegen definition, manual extras to handle the variable
    length data fields, and plumbing to surface it within `read-fonts` and
    `write-fonts`.
    
    Where possible, this commit borrows liberally from the implementation of
    other tables, especially `name` (for its handling of variable length
    data).
    
    This is an early implementation, and as such requires manual and
    automated testing. Additionally, there is an implementation of the
    FontWrite trait for &[u8] that may be redundant.
    Hoolean committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ac6a598 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    ef7f1f2 View commit details
    Browse the repository at this point in the history