Page.textOut

Prints the text on the specified position.

class Page
textOut
(
float xpos
,
float ypos
,
string text
)

Parameters

xpos float

The x position where the text is displayed.

ypos float

The y position where the text is displayed.

text string

The text to show.

Return Value

Zero when succeed, otherwise it returns error code.

Graphics Mode
Before and after
GMode.textObject

Meta