[subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected test outputs.

This commit is contained in:
Garret Rieger 2018-02-12 18:15:58 -08:00
parent 89f17e3965
commit b0eefacf4c
2 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ def usage():
def generate_expected_output(input_file, unicodes, output_path):
check_call(["fonttools", "subset",
input_file,
"--drop-tables+=DSIG,GPOS,GSUB,GDEF",
"--unicodes=%s" % unicodes,
"--output-file=%s" % output_path])