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

markFeatureWriter: Support contextual ligature anchors #871

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. markFeatureWriter: Support contextual ligature anchors

    The current code was assuming all contextual anchors are mark-to-base
    and was producing wrong output for ligature anchors. With this change,
    contextual ligature anchors are properly supported.
    khaledhosny committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    573565e View commit details
    Browse the repository at this point in the history
  2. markFeatureWriter: Catch and skip contextual anchors with no context

    Instead of raising KeyError trying to access non existing context.
    khaledhosny committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9436cd4 View commit details
    Browse the repository at this point in the history