We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The FEA compiler should be responsible for setting the OS2.usMaxContext value, but it seems to be coming out 0.
/smith/font-harmattan/results$ ttfdump -t OS/2 Harmattan-Regular.ttf | grep Context usMaxContext: 0
The text was updated successfully, but these errors were encountered:
Behdad writes:
That field is extremely bogus. That said, yes, we can add code to calculate it.
fonttools/fonttools#466
Sorry, something went wrong.
your script is using ufo2ft, which should calculate that field automatically
https://github.com/googlei18n/ufo2ft/blob/master/Lib/ufo2ft/maxContextCalc.py
if not, could you file an issue over there with more info? Thanks
The issue was incorrectly stated. We're not utilizing ufo2ft to compile OpenType, but rather fonttools. I'll correct the title of this issue.
So the issue is same as fonttools/fonttools#466
nrsiward
No branches or pull requests
The FEA compiler should be responsible for setting the OS2.usMaxContext value, but it seems to be coming out 0.
The text was updated successfully, but these errors were encountered: