提交 321e5923 编写于 作者: M Michiharu Ariza

Added desubroutinize option to generate-expected-outputs.py

Currently hb-subset always desubroutinizes CFF fonts.
Note that even with this option fonttools won't generate the expected subset CFF fonts. They were manually created & tweaked to match hb-subset output.
上级 f212c050
......@@ -23,6 +23,7 @@ def generate_expected_output(input_file, unicodes, profile_flags, output_path):
"--name-languages=*",
"--name-legacy",
"--drop-tables+=DSIG,GPOS,GSUB,GDEF",
"--desubroutinize",
"--unicodes=%s" % unicodes,
"--output-file=%s" % output_path])
check_call(args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册