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

make sure masters for global/glyph/layout metrics are rounded before computing deltas #1082

Merged
merged 4 commits into from
Nov 1, 2024

Commits on Oct 31, 2024

  1. TEMP: point Cargo.toml to fontations main branch

    to be able to use impl OtRound<f64> for <f64>
    googlefonts/fontations#1209
    anthrotype committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7c3c2b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c77f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. add failing test to repro #1043

    the deltas for Teachers-Italic.glyphs' ordfeminine 'top' anchor are off-by-one because the anchor's master values are un-rounded floats.
    
    #1082 will fix this and similar others.
    anthrotype committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7d38862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b5acf View commit details
    Browse the repository at this point in the history