newt_draw_root_text
Description
void newt_draw_root_text ( int left, int top, string text )Displays the string text at the position indicated.
Parameters
leftColumn number
Note: If left is negative, the position is measured from the opposite side of the screen.
topLine number
Note: If top is negative, the position is measured from the opposite side of the screen.
textText to display.
Examples
