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/gvar] add axis_count param to Gvar::new #919

Merged
merged 2 commits into from
May 30, 2024

Commits on May 29, 2024

  1. [write-fonts/gvar] add axis_count param to Gvar::new

    this ensures that we (e.g. fontc) can make valid empty gvar tables where the axis_count matches the expected fvar's axis_count
    
    Will fix googlefonts/fontc#815 once fontc is updated to use the new API.
    
    This is a breaking changes which warrants minor write-fonts version bump.
    anthrotype committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c266e0f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. address review comments

    anthrotype committed May 30, 2024
    Configuration menu
    Copy the full SHA
    464f554 View commit details
    Browse the repository at this point in the history