-
Notifications
You must be signed in to change notification settings - Fork 499
Update hmtx.js to read leftSideBearing array when numGlyphs > numMetrics #559
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
base: master
Are you sure you want to change the base?
Conversation
@sigurdle does this break any tests. Also can you write a test for this? |
@sigurdle any updates on writing tests for this? |
Pinging @sigurdle |
@sigurdle any news? |
Hi, I apologize, I am not well versed in the the "correct" way to add new code to github repository with tests etc. I also see above that there are some failings happening with eslint in the code I added. Is that just spacing issues? It would be best if someone looks at that . |
I just fixed the linting issues and rebased on the current master. How did you spot this issue before you opened #546? Didn't you havve a font with which you encountered issues? |
I spotted it by accident as I was reading the spec |
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
npm run test
and all tests passed green (including code styling checks).