ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/genrunes
(Generate patch)

Comparing deliantra/arch/spell/Rune/genrunes (file contents):
Revision 1.1 by root, Wed May 10 18:45:33 2006 UTC vs.
Revision 1.2 by root, Wed May 10 18:55:10 2006 UTC

4# this is put into the public domain 4# this is put into the public domain
5 5
6( 6(
7 while read file text color font; do 7 while read file text color font; do
8 font=$(fc-list "$font" file | tail -1 | sed -e 's/..$//') 8 font=$(fc-list "$font" file | tail -1 | sed -e 's/..$//')
9 convert -size 32x32 xc:none \ 9 convert -size 32x32 xc:none -set hinting on \
10 -font "$font" -pointsize 32 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file" 10 -font "$font" -pointsize 32 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file"
11 pngx "$file" >/dev/null 11 pngx "$file" >/dev/null
12 done 12 done
13) <<EOF 13) <<EOF
14rune_frost.base.111.png ⁎ lightblue Everson Mono Unicode 14rune_frost.base.111.png ⁎ lightblue Everson Mono Unicode

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines