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).

class Page
moveTextPos
(
float x
,
float y
,
bool setLeading = false
)

Parameters

x float

The offset to new text position.

y float

The offset to new text position.

setLeading bool

?

Graphics Mode
Before and after
GMode.textObject

Meta