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).
Defines behaviour when text overflows available horizontal space. Options are do nothing ("none" default), wrap ("wrap"), or end text with an ellipsis ("ellipsis").