Name
page:MoveTextPos -- change current text position
Synopsis
status = page:MoveTextPos(x, y[, lead])
Function
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.

Inputs
x
x offset for text
y
y offset for text
lead
optional: whether or not to set text leading to -y
Results
status
status code

Show TOC