Declaration: 
void DisplayText(unsigned long handle, char text[], int x, int y); 
Description 
Displays text in the window using a monospaced font and text coordinates, that is, x is the column number, and y is the line number. 
To display text with any font and in any place, use the DisplayTextF function. 
 |