- text
- The text to be drawn
- path
- The path the text should follow for its baseline
- hOffset
- The distance along the path to add to the text's starting position
- vOffset
- The distance above(-) or below(+) the path to position the text
- paint
- The paint used for the text (e.g. color, size, style)
Draw the text, with origin at (x,y), using the specified paint, along the specified path. The paint's Align setting determins where along the path to start the text.