Most of the text effects are easy to understand and use. However the Multi-colored text effects needs some explanation.
Multi Colored Text
This text effect allows the user to generate a multi-colored text. For example user can generate a text: 'This is a multicolored text ' by writing the following text in the text box : ^RThis ^Gis ^Oa ^Fmulti^Dcolored ^Btext
The '^X' is called the color symbol and denotes the color of the text that is to follow (until the next ^X is encountered). The meaning of this '^X' is given below:
^R=RED ^G=Green ^B=Blue
^M=Magenta ^C=Cyan ^P=Pink
^W=White ^L=Black ^E=Gray
^Y=Yellow ^D=Dark Gray
^F=Light Gray ^O=Orange
If no color symbol is specified, the default color is black. So the text ' This is a multicolored text ' can be generated by typing : This ^Pis a ^Ymulti^Lcolored te^Bxt rather than typing '^LThis' in the beginning of the sentence. If an unrecognized color symbol is used, for example ^Y, then the color of the text that follows the symbol defaults to black or to the previous color if it was defined. For example ' This is blue ' results from this text : ^RThis ^Bis ^Qblue . Since ^Q is unrecognized, the color defaults to the previous color: blue(^B).