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.
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
0: no underline
1: underline in text color
style - Style to render in (number, optional)
0: Bitmap
1: Anti Aliased
wrap - wrap text string to fit within render extension width
0: no text wrapping
1: text wrapping