From 550417117da7e14457a11f49a20145311f58587b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 4 Nov 2015 17:37:30 -0800 Subject: [PATCH] [test] Drop hintings when subsetting fonts to record --- test/shaping/record-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/shaping/record-test.sh b/test/shaping/record-test.sh index 33afd60f1..b2a74f7b0 100755 --- a/test/shaping/record-test.sh +++ b/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