Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

STAT contains invalid axes #31

Open
ghost opened this issue Apr 30, 2018 · 0 comments
Open

STAT contains invalid axes #31

ghost opened this issue Apr 30, 2018 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 30, 2018

The STAT and fvar tables disagree on what axes are in the font.

>>> [a.axisTag for a in t['fvar'].axes]
['BLDA', 'TRMD', 'TRMC', 'SKLD', 'TRML', 'SKLA', 'TRMF', 'TRMK', 'BLDB', 'WMX2', 'TRMB', 'TRMA', 'SKLB', 'TRMG', 'TRME']
>>> [a.AxisTag for a in t['STAT'].table.DesignAxisRecord.Axis]
['INLN', 'SINL', 'SSTR', 'SWRM', 'TBIF', 'TFLR', 'TINL', 'TOIL', 'TRND', 'TRSB', 'TSHR', 'TSLB', 'TWRM', 'WORM', 'wght']
@ghost ghost added the bug label Apr 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants