-
Notifications
You must be signed in to change notification settings - Fork 475
feaLib shouldn’t ignore subtable statements #1279
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
Comments
Judging from comments that Behdad has made about the results of otf-making-benchmark I don't think it's the ignoring of |
@moyogo see adobe-type-tools/otf-making-benchmark#1 |
I think these are two separate issues. While a lookup without any subtable statements should be compiled as efficiently as possible, a lookup with subtable statements should be compiled as specified. |
it's in the spec, so I guess we should support manual |
The AFDKO syntax spec says:
I tested writing a kern feature lookup with inserted
subtable
statements. As is, fonttools generates GPOS that is 94114 bytes for one of our fonts. If it was applying thesubtable
statements the GPOS would be 55712 bytes.The text was updated successfully, but these errors were encountered: