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

Fix the order of feature writers #864

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Fix the order of feature writers #864

merged 1 commit into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. Fix the order of feature writers

    We want curs feature lookups to come first, then kerning, then
    mark/mkmk, but we currently are calling CursFeatureWriter last which
    causes its lookups to be also written last. The lookup order does not
    matter for HarfBuzz, but it matters for other implementations, see:
    harfbuzz/harfbuzz#4596 (comment)
    khaledhosny committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9dd2f92 View commit details
    Browse the repository at this point in the history