Improvements in parsing TTF Fonts
ashutosh1211 opened this issue · 0 comments
ashutosh1211 commented
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.
Line 250 in 31d5f3c
Here we need to add offset of current lookup. -
Do not read markFilteringSet if LookupFlag is not set.
Line 138 in 31d5f3c
Reference: https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2#lookupTbl