- text
- The text to be drawn
- pos
- Array of [x,y] positions, used to position each character
- paint
- The paint used for the text (e.g. color, size, style)
Draw the text in the array, with each character's origin specified by the pos array. This method does not support glyph composition and decomposition and should therefore not be used to render complex scripts. It also doesn't handle supplementary characters (eg emoji).