User Guide

Data Types & Signal Flow
The colour part is exactly the same as for specifying a colour with a string (see above). The thickness is a floating point number in grid
squares. The style can be any one of the following strings: solid, dash, dot, dashdot, dashdotdot
You can leave the style parameter out and a solid style will be assumed.
Font
Fonts can be generated by Strings using the format "typeface,size,style". Typeface is the name of the font face e.g. Arial or Tahoma. Size is
the height of the text in grid squares (it is not a point size).
Style can be any combination of the following strings (in any order): normal, bold, italic, underline, strike
Some examples: bolditalic, underlineboldstrike, italicunderline. You can leave the style parameter out and a regular style will be assumed.
StringFormat
StringFormats are specified using the format "style,horizalign,vertalign". The style can be any combination of the following strings (in any
order): normal, righttoleft, nowrap, vertical
Some examples: nowrapvertical, nowraprighttoleft. You can also use 0 to indicate no style options apply.
For horizontal alignment you can use: left, center or right
For vertical alignment you can use top, center or bottom
81 of 212