Page.showTextNextLine

Moves the current text position to the start of the next line, then prints the text at the current position on the page.

class Page
showTextNextLine
(
string text
,
float wordSpace = 0.0
,
float charSpace = 0.0
)

Parameters

text string

The text to print.

wordSpace float

?

charSpace float

?

Graphics Mode
Before and after
GMode.textObject

Meta