--- deliantra/arch/spell/Rune/genrunes 2006/05/10 18:45:33 1.1 +++ deliantra/arch/spell/Rune/genrunes 2006/05/16 15:59:47 1.3 @@ -6,16 +6,16 @@ ( 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 ) <