nerd-fonts/bin/scripts/Hack/postprocess.sh

15 lines
221 B
Bash
Raw Normal View History

#!/bin/bash
2016-12-15 02:22:26 +01:00
# version: 1.0.0
fontfile=$1
dir=$(dirname "$0")
echo "dir $dir"
"${dir}/autohint.sh" "$fontfile"
"${dir}/../fpfix.py" "$fontfile"
printf "\n"
printf "[Nerd Fonts] Post Processed Hack '%s'\n" "$fontfile"