[test] Drop hintings when subsetting fonts to record
This commit is contained in:
parent
49ef630936
commit
550417117d
|
@ -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…
Reference in New Issue