status = page:MoveTextPos(x, y[, lead])
page:MoveTextPos()
changes the current text position, using the specified offset values. If the
current text position is (x1, y1), the new text position will be (x1 + x, y1 + y).
If the optional argument lead
is set to True
, the text leading is set to -y.