OutGText% Function Action Outputs text in the currently selected font, using the current graphics color at the current graphics cursor position, and returns the pixel length of the character output. Syntax OutGText% ( x, y, txt$) Remarks The OutGText% function uses the following arguments. ----------------------------------------------------------------------------- Argument Description Argument Description ---------------------------------------------------------------------------- x A single-precision number that is the x coordinate of the upper-left boundary of the first character. y A single-precision number that is the y coordinate of the upper-left boundary of the first character. txt$ Text string to output. After the OutGText% function has completed outputting the text, it returns the pixel length of the character string, and x and y are changed to the upper-right position of the last character.