DrawText()
Syntax
DrawText(Text$)Description
Display the given string on the current output. The text can be positioned anywhere by using Locate(). DrawingMode() can be used to set the transparent background mode. DrawingFont() can be used to set the font. This command uses the default color set with FrontColor(). The current output is set with StartDrawing().
Supported OS
All