- text
- The text to be drawn
- index
- The index of the first character to draw
- count
- The number of characters to draw, starting from index.
- 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).