nw::demo::GraphicsDrawing::DrawStringArgs Member Function

Syntax

f32 DrawStringArgs(
     s32 posh,
     s32 posv,
     const char * format,
     std::va_list  args
);

Arguments

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.

Return Values

Returns the output character width.

Description

Draws a text string at the specified position.


CONFIDENTIAL