ShadowText applet parameters

  There are 7 parameters for the ShadowText applet. They are :

text
font
size
textcolor
bgcolor
shadowX
shadowY

An Explaination of the Parameters

text - The words to display.
size - Sets the font size, in points. Default is 36.
font - Sets the font. Values include: Courier, Dialog, DialogInput, Helvetica, or TimesRoman, the default.
textcolor - Sets the color of the text, in hex (000000- FFFFFF). Default is FFFFFF (white).
bgcolor - Sets the background color, in hex (000000- FFFFFF). Default is 000000 (black).
shadowX - Sets the number of the pixels that the shadow should be redered horizontally from the text. A positive number will render to the left, a negative number will render to the right. The default value is 4.
shadowY - Sets the number of the pixels that the shadow should be redered vertically from the text. A positive number will render above, a negative number will render below. The default value is 4.

Download
ShadowText Main