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.9 by root, Mon Sep 3 01:27:41 2007 UTC vs.
Revision 1.10 by root, Fri Apr 18 00:30:21 2008 UTC

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 64x64 xc:none -set hinting on \ 9 convert -size 64x64 xc:none -set hinting on \
10 -font "$font" -pointsize 64 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file" 10 -font "$font" -pointsize 64 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file"
11 pngx "$file" >/dev/null 11 optipng -o9 -q "$file" >/dev/null
12 done 12 done
13) <<EOF 13) <<EOF
14rune_frost.x11.64x64.png ⁎ lightblue Everson Mono Unicode 14rune_frost.x11.64x64.png ⁎ lightblue Everson Mono Unicode
15rune_sp_res.x11.64x64.png ⁑ green Everson Mono Unicode 15rune_sp_res.x11.64x64.png ⁑ green Everson Mono Unicode
16drain_magic.x11.64x64.png ⁑ gray70 Everson Mono Unicode 16drain_magic.x11.64x64.png ⁑ gray70 Everson Mono Unicode

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines