Name
page:TextOut -- print text at position
Synopsis
status = page:TextOut(xpos, ypos, text)
Function
page:TextOut() prints the text on the specified position.

Inputs
xpos
x position where the text is to be displayed
ypos
y position where the text is to be displayed
text
the text to show
Results
status
status code

Show TOC