nw::demo::GraphicsDrawing::DrawString Member Function

Syntax

f32 DrawString(
     const char * format,
     ...
);

f32 DrawString(
     s32 posh,
     s32 posv,
     const char * format,
     ...
);

List of Overloaded Member Functions

DrawString(const char *, ...) Draws a string.
DrawString(s32, s32, const char *, ...) Draws a text string at the specified position.

Description of DrawString(const char *, ...)

Draws a string.

Description of DrawString(s32, s32, const char *, ...)

Draws a text string at the specified position.


CONFIDENTIAL