nw::demo::GraphicsDrawing::DrawString Member Functionf32 DrawString( s32 posh, s32 posv, const char * format, ... );
| 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 | ... | Output parameter. |
Draws a text string at the specified position.
CONFIDENTIAL