[test] Drop hintings when subsetting fonts to record

pull/158/merge
Behdad Esfahbod 9 years ago
parent 49ef630936
commit 550417117d
  1. 1
      test/shaping/record-test.sh

@ -45,6 +45,7 @@ fi
cp "$fontfile" "$dir/font.ttf"
pyftsubset \
--glyph-names \
--no-hinting \
"$dir/font.ttf" \
--text="$text"
if ! test -s "$dir/font.ttf.subset"; then

Loading…
Cancel
Save