Text

The text render extension draws a string to the screen.  Strings can be wrapped on word boundaries and also rotated orthogonally.  The following shows the effects of rotation on strings.

The text render extension uses many standard options but also includes:

Text

The text string to display (string, optional)

Font

The font to use (string, optional)

Size

The point size of the string  (number, optional)

Underline

Specifies if the string show display an underline (1) or not display an underline (0 default).

Wrap

Wrap text string to fit within render extension width (1) or not wrap (0 default)