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

Conversation

khaledhosny
Copy link
Collaborator

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)

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 khaledhosny merged commit 27f7e9b into main Aug 29, 2024
9 checks passed
@khaledhosny khaledhosny deleted the feature-writer-order branch August 29, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants