Drop hinting tables for now

This commit is contained in:
Behdad Esfahbod 2013-07-22 15:24:09 -04:00
parent 653e97480f
commit b1e1ab6314

View File

@ -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':