VISIO::CANVAS_TEXT (int canvas, string font, int x, int y, string text)

Description: Put a text on a canvas. The canvas ID is passed as an argument. The font can be set with the second argument. On Linux and Tru64 the list of available fonts can be retrieved with the command 'xlsfonts'. Then the x and y-coordinate of the position of the text are passed. Finally the text to be placed is passed.

Example: VISIO::CANVAS_TEXT(canvas, “8x13”, 10, 10, “Hi there”)