Select the BackColor (background
color) for your text and replace its value in the following tag. (use above
table for reference)
<PARAM name = BackColor value = "b">
Select the FontName for your
text and replace its value in the following tag
<PARAM name = FontName value = "TimesRoman">
you can use:
1. value = "TimesRoman"
2. value = "San Serif"
3. value = "Helvetica"
Select the FontStyle for your
text and replace its value in the following tag
<PARAM name = FontStyle value = "Bold">
you can use any one of these:
1. value = "Plain"
2. value = "Bold"
3. value = "Italic"
4. value = "Plain+Italic"
5. value = "Bold+Italic"
6. value = "Plain+Bold"
7. value = "Plain+Bold+Italic"
Select the FontSize for your
text and replace its value in the following tag
<PARAM name = FontSize value = "24">
you can use any FontSize for
example
value = "20"
Next you have to select Amplitude
Offset and GapSize and replace the values in the following tags.
<PARAM name = Offset value = "15">
<PARAM name = GapSize value = "5">
<PARAM name = Amplitude value = "20">
where
1. Offset is
the horizontal distance from the start of applet display area to the first
character
of text or distance from last character of text to the end of applet display
area .
2. GapSize is the
gap between two consecutive characters.
3. Amplitude
is the maximum distance from mid horizontal line to a point up to
which
a mid point of character can lift in the vertical direction.
See the following applet: |