--- deliantra/arch/spell/Rune/genrunes 2006/05/10 18:45:33 1.1 +++ deliantra/arch/spell/Rune/genrunes 2006/05/10 18:55:10 1.2 @@ -6,7 +6,7 @@ ( while read file text color font; do font=$(fc-list "$font" file | tail -1 | sed -e 's/..$//') - convert -size 32x32 xc:none \ + convert -size 32x32 xc:none -set hinting on \ -font "$font" -pointsize 32 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file" pngx "$file" >/dev/null done