![]() |
Previous | Next |
You may want to use one or more text display boxes in your skin. Each text display box you use must be defined in the skin definition file. If you do not define a text display box in this section, your skin will not be able to use it.
The text section of the skin definition file begins with this line:
[ Text ]
You then must add one or more lines that contain information about each of the text display boxes in your skin
A typical line might be:
Time 180,46,50,30 Right Tahoma,16,N 255,255,255
You can use the following template for the text section of your skin definition file:
// <Type> <Location> <Align> <Font> <Color>
// ------ ---------- ------- ------ -------
You must use the following order for text display box information for each line in the text section. Each part of the line is required.
Previous | Next |