nw::dev::DirectPrint::Printf Member Function
void Printf(
int x,
int y,
const char * format,
...
);
| 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. |
Draws a string.
Fills the rectangular area displayed behind the character string with the background color. Wraps at the right end of the line.
CONFIDENTIAL