![]() |
WinStr | Function (ROM Call 0x25) |
wingraph.h |
void WinStr (WINDOW *w, const char *str); |
Draws a string to a window.
WinStr draws the string str to the window pointed to by w at the current pen location. The current pen location is updated to point to the end of where the string was written if the window is in TTY mode (see WinOpen for more description about window modes). See WinChar routine for a description of character attributes and fonts.