The last step, displaying text, consists of two parts. First you must select a screen position for the text with the graphics function _moveto. Then display fonted text at that position with the function _outgtext. The _moveto function takes pixel coordinates as arguments. The coordinates locate the top left of the first character in the text string.