You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2022. It is now read-only.
You have written very good parser, it works.
While parsing TTF font i observed few issues or missing code as follow.
While parsing lookups of type 7 , offset is not added.
opentype/src/tables/gsub.js
Line 250 in 31d5f3c
Here we need to add offset of current lookup.
Do not read markFilteringSet if LookupFlag is not set.
opentype/src/tables/common.js
Line 138 in 31d5f3c
Reference: https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2#lookupTbl
The text was updated successfully, but these errors were encountered: