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