提交 d21e9970 编写于 作者: B Behdad Esfahbod

[test] Make record_test understand cmdline args to hb-shape

上级 7cd33f23
......@@ -3,7 +3,10 @@
dir=`mktemp --directory`
hb_shape=$1
fontfile=$2
shift
fontfile=$1
shift
hb_shape="$hb_shape $@"
unicodes=`./hb-unicode-decode`
text=`./hb-unicode-encode "$unicodes"`
glyphs=`echo "$text" | $hb_shape "$fontfile"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册