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

[kernFeatureWriter] always write default kern_ltr lookup if non-empty #200

Closed

Conversation

anthrotype
Copy link
Member

Partly fixes #198

This allows to write kerning pairs between arabic numerals (in the LTR lookup) when no LTR languagesystem is explicitly defined, but only some RTL languagesystems (as in NotoSansArabic).

Also, there's no need to duplicate the lookup references to kern_ltr for LTR scripts and languages, since the kern_ltr lookup appears before any scripts statements and thus will be automatically registered for all defined languagesystems.

And do not duplicate lookup references for LTR scripts, since the
kern_ltr lookup appears before any scripts statements and thus will
be automatically registered for all defined languagesystems.
@anthrotype
Copy link
Member Author

@khaledhosny PTAL, thanks

@khaledhosny
Copy link
Collaborator

LGTM (based on your description).

@anthrotype anthrotype closed this May 24, 2018
@anthrotype anthrotype deleted the fix-arabic-numerals branch May 24, 2018 17:29
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.

kern pairs between Arabic numerals missing from kern feature
2 participants