Drop hinting tables for now
This commit is contained in:
parent
653e97480f
commit
b1e1ab6314
@ -406,6 +406,9 @@ if __name__ == '__main__':
|
||||
drop_tables = ['BASE', 'JSTF', 'DSIG', 'EBDT', 'EBLC', 'EBSC', 'PCLT', 'LTSH']
|
||||
noneed_tables = ['gasp', 'head', 'hhea', 'maxp', 'name', 'vhea', 'OS/2', 'VDMX']
|
||||
|
||||
# For now drop these
|
||||
drop_tables += ['cvt ', 'fpgm', 'prep']
|
||||
|
||||
for tag in font.keys():
|
||||
|
||||
if tag == 'GlyphOrder':
|
||||
|
Loading…
x
Reference in New Issue
Block a user