Skip to content
cybertron edited this page Jan 4, 2012 · 2 revisions

A text image is used for displaying static text. The only special parameter that it uses is Text, which specifies what it will display.

Example:

Widget
   Type Text
   Position 100 100
   Dimensions 500 50
   FGColor 255 0 0 255
   BGColor 0 0 0 255
   Font Bitstream Vera Sans
   FontSize 24
   Bold 1
   Italic 1
   Text Hello World
Clone this wiki locally