draw Text
expect fun drawText(xPos: Short, yPos: Short, maxWidth: Short, txt: String, drawDesc: LabelDescriptor)
Draws text on the canvas.
Parameters
x Pos
X coordinate.
y Pos
Y coordinate.
max Width
Max width of the text. The text will be wrapped to fit into this size.
txt
The text to display.
draw Desc
The drawing metadata to use.