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.4 by root, Tue May 16 22:41:44 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
35rune_antimagic.base.111.png ※ grey40 Kochi Mincho 35rune_antimagic.base.111.png ※ grey40 Kochi Mincho
36glyph.base.111.png 文 orange Kochi Mincho 36glyph.base.111.png 文 orange Kochi Mincho
37generic_rune.base.111.png を black Kochi Mincho 37generic_rune.base.111.png を black Kochi Mincho
38rune_blightning.base.111.png ケ yellow Kochi Mincho 38rune_blightning.base.111.png ケ yellow Kochi Mincho
39EOF 39EOF
40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines