shithub: neatmkfn

Download patch

ref: fe24ed3567bcdd2c7fe0bf22df8aec763cce2338
parent: ed1bc8ca641b403e923cd78719d0e9c130569b26
author: Ali Gholami Rudi <ali@rudi.ir>
date: Wed Jan 21 03:40:30 EST 2015

gen.sh: remove MINKERN

--- a/gen.sh
+++ b/gen.sh
@@ -9,8 +9,6 @@
 RES="720"
 # pattern of ligatures to ignore
 LIGIGN="\(ct\|st\|sp\|Rp\)"
-# minimum amount of kerning to include
-MINKERN="5"
 
 test -n "$1" && FP="$1"
 test -n "$2" && TP="$2"
@@ -35,7 +33,7 @@
 ttfconv()
 {
 	echo $1
-	cat $2 | ./mkfn -b -o -r$RES -t $1 -k$MINKERN $3 $4 $5 $6 $7 | \
+	cat $2 | ./mkfn -b -o -r$RES -t $1 $3 $4 $5 $6 $7 | \
 		sed "/^ligatures /s/ $LIGIGN//g" >$TP/$1
 }