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:
The text string to display (string, optional)
The font to use (string, optional)
The point size of the string (number, optional)
Specifies if the string show display an underline (1) or not display an underline (0 default).
Wrap text string to fit within render extension width (1) or not wrap (0 default)