nw::dev::DirectPrint::DrawString Member Function
void DrawString(
int x,
int y,
const char* str,
bool turnOver = true,
bool backErase = false
);
| Name | Description | |
|---|---|---|
| x | Rendering start position (the X-direction component) | |
| y | Rendering start position (the Y-direction component) | |
| str | Character string. | |
turnOver |
Specify true to wrap at right end of line. |
|
| backErase | Specify true to black out the background. |
Draws a string.
CONFIDENTIAL