[test] Drop hintings when subsetting fonts to record

This commit is contained in:
Behdad Esfahbod 2015-11-04 17:37:30 -08:00
parent 49ef630936
commit 550417117d
1 changed files with 1 additions and 0 deletions

View File

@ -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