提交 d31ace32 编写于 作者: G Garret Rieger

[subset] Add subset integration tests using the full roboto font.

上级 33f43813
TESTS = \ TESTS = \
tests/basics.tests \ tests/basics.tests \
tests/full-font.tests \
$(NULL) $(NULL)
XFAIL_TESTS = \ XFAIL_TESTS = \
......
FONTS:
Roboto-Regular.ttf
PROFILES:
default.txt
SUBSETS:
abc
Ǽ!A bc
...@@ -17,10 +17,14 @@ def usage(): ...@@ -17,10 +17,14 @@ 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", "--notdef-outline",
"--unicodes=%s" % unicodes, "--name-IDs=*",
"--output-file=%s" % output_path]) "--name-languages=*",
"--name-legacy",
"--drop-tables+=DSIG,GPOS,GSUB,GDEF",
"--unicodes=%s" % unicodes,
"--output-file=%s" % output_path])
args = sys.argv[1:] args = sys.argv[1:]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册