From b1e1ab63147e3f5e40ab3fe9a307f652a96c0a7c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 22 Jul 2013 15:24:09 -0400 Subject: [PATCH] Drop hinting tables for now --- pyotlss.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyotlss.py b/pyotlss.py index 6c776b3b9..7c2a6861c 100755 --- a/pyotlss.py +++ b/pyotlss.py @@ -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':