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

Cross script kerning #811

Merged
merged 8 commits into from
Jan 22, 2024
Merged

Cross script kerning #811

merged 8 commits into from
Jan 22, 2024

Commits on Jan 21, 2024

  1. Allow cross-script kerning

    Several implementations can apply kerning cross-script, so instead of
    splitting cross-script kerning pairs, we now keep all kerning for
    scripts which have common kerning pairs in one lookup and split the rest.
    khaledhosny committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    49b2d42 View commit details
    Browse the repository at this point in the history
  2. Update test expectations

    khaledhosny committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    68d49a8 View commit details
    Browse the repository at this point in the history
  3. Re-use helper function

    khaledhosny committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    eba8fab View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Update Lib/ufo2ft/featureWriters/kernFeatureWriter.py

    Co-authored-by: Cosimo Lupo <clupo@google.com>
    khaledhosny and anthrotype authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d5db468 View commit details
    Browse the repository at this point in the history
  2. Update Lib/ufo2ft/featureWriters/kernFeatureWriter.py

    Co-authored-by: Cosimo Lupo <clupo@google.com>
    khaledhosny and anthrotype authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7cfa044 View commit details
    Browse the repository at this point in the history
  3. Update Lib/ufo2ft/featureWriters/kernFeatureWriter.py

    Co-authored-by: Cosimo Lupo <clupo@google.com>
    khaledhosny and anthrotype authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    98cf47a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6091072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    327e760 View commit details
    Browse the repository at this point in the history