nw::demo::GraphicsDrawing::DrawStringArgs Member Functionf32 DrawStringArgs( s32 posh, s32 posv, const char * format, std::va_list args );
| Name | Description | |
|---|---|---|
| in | posh | The X coordinate of the output start position. |
| in | posv | The Y coordinate of the output start position. |
| in | format | A formatted text string. |
| in | args | Output parameter. |
Draws a text string at the specified position.
CONFIDENTIAL