From 103a12fb43da87f8320ff69e5b237502ece4d246 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 23 Jul 2013 15:08:39 -0400 Subject: [PATCH] Drop Graphite tables --- pyotlss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyotlss.py b/pyotlss.py index 12d3741ea..672ebcd92 100755 --- a/pyotlss.py +++ b/pyotlss.py @@ -703,6 +703,7 @@ def prune_pre_subset (self, options): drop_tables_default = ['BASE', 'JSTF', 'DSIG', 'EBDT', 'EBLC', 'EBSC', 'PCLT', 'LTSH'] +drop_tables_default += ['Feat', 'Glat', 'Gloc', 'Silf', 'Sill'] # Graphite no_subset_tables = ['gasp', 'head', 'hhea', 'maxp', 'vhea', 'OS/2', 'loca', 'name', 'cvt ', 'fpgm', 'prep'] hinting_tables = ['cvt ', 'fpgm', 'prep', 'hdmx', 'VDMX']