<format>¶
This element applies textstylings to the parent and it's child elements which it was placed it. Only <label>, <entry>, <fileentry> and <quad> elements are affected.
Attributes¶
textsize="Number"
¶
The size of the text.
textcolor="RGBA"
¶
A color used for the text color.
bgcolor="RGBA"
¶
A color to fill a <quad>
with a solid color.
style="StyleName"
¶
A predefined style. Only text styles can be used.
Examples¶
<format style="TextValueSmall" />
<quad posn="10 10 0" sizen="10 10">
<format bgcolor="F00F" />
</quad>