mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 22:54:36 +00:00
[subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected test outputs.
This commit is contained in:
parent
89f17e3965
commit
b0eefacf4c
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -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])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue