nw::dev::DirectPrint::VPrintf Member Function
void VPrintf(
int x,
int y,
const char * format,
std::va_list vargs,
bool turnOver = true,
bool backErase = true
);
| Name | Description | |
|---|---|---|
| x | Rendering start position (the X-direction component) | |
| y | Rendering start position (the Y-direction component) | |
| format | The format of the character string. | |
| vargs | Variable length arguments. | |
turnOver |
Specify true to wrap at right end of line. |
|
| backErase | Specify true to darken background. |
Draws a string.
CONFIDENTIAL