#include <text.h>
Public Attributes | |
| OBJECT * | pList |
| object list to add text to | |
| char * | szStr |
| string to output | |
| int | color |
| color for monochrome text | |
| int | xPos |
| x position of string | |
| int | yPos |
| y position of string | |
| SCNHANDLE | hFont |
| which font to use | |
| int | mode |
| mode flags for the string | |
| int | sleepTime |
| sleep time between each character (if non-zero) | |
structure for passing the correct parameters to ObjectTextOut