/RString (WinEdt) def
/NumberOfFrames 19 def
/RShadow {
/RAngle exch def
{
[ RAngle cos RAngle sin .3 mul 1.6 .7 0 0 ]
} {
[ RAngle cos RAngle sin .3 mul 0 1 0 0 ]
} ifelse
concat
} bind def
/center {
dup
stringwidth pop
2 div neg 0 rmoveto
} bind def
/Times-Roman findfont 33 scalefont setfont
/X 80 def
/Y 600 def
0 360 NumberOfFrames div 360 {
/ThisAngle exch def
gsave
X Y translate
.7 .7 .7 setrgbcolor
true ThisAngle RShadow
0 0 moveto
RString center true charpath
fill
grestore
gsave
X Y translate
ThisAngle cos 0 gt {
0 0 0
.8 .0 .8
} {
.5 .5 .5
.8 .8 .0
} ifelse
false ThisAngle RShadow
0 0 moveto
RString center true charpath
setrgbcolor fill
0 0 moveto
RString center false charpath
setrgbcolor stroke
grestore
X 400 gt {
/X 80 def
/Y Y 100 sub def
} {
/X X 140 add def
} ifelse
} for
showpage