[subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected test outputs.
This commit is contained in:
parent
89f17e3965
commit
b0eefacf4c
Binary file not shown.
|
@ -18,6 +18,7 @@ def usage():
|
||||||
def generate_expected_output(input_file, unicodes, output_path):
|
def generate_expected_output(input_file, unicodes, output_path):
|
||||||
check_call(["fonttools", "subset",
|
check_call(["fonttools", "subset",
|
||||||
input_file,
|
input_file,
|
||||||
|
"--drop-tables+=DSIG,GPOS,GSUB,GDEF",
|
||||||
"--unicodes=%s" % unicodes,
|
"--unicodes=%s" % unicodes,
|
||||||
"--output-file=%s" % output_path])
|
"--output-file=%s" % output_path])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue