summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-04-29 14:26:51 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-04-29 14:26:51 -0700
commit1de16826dae2b41e4a588c75c1e8eaefdf81f068 (patch)
tree8e717e3056148156c0c996ce3b44a5fd9ed085a0
parent88b72de2b239c05de4ba324b5b89683da41f4650 (diff)
Make the output of render.sh a little smaller.
-rwxr-xr-xscripts/render.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/render.sh b/scripts/render.sh
index 8da2825..2266b2a 100755
--- a/scripts/render.sh
+++ b/scripts/render.sh
@@ -21,7 +21,7 @@ FONTDIR=$(dirname $0)/../hinted
input_file=$1
function render {
- cat $input_file | $HARFBUZZ/util/hb-view --font-file=$1 --output-format=png --output-file=$2.png
+ cat $input_file | $HARFBUZZ/util/hb-view --font-file=$1 --output-format=png --output-file=$2.png --font-size=200
}
render $FONTDIR/Roboto-Thin.ttf 100