nw::font::CharWriter::SetCursor Member Function

Syntax

void SetCursor(
     f32 x,
     f32 y
);
void SetCursor(
     f32 x,
     f32 y,
     f32 z
);

List of Overloaded Member Functions

SetCursor ( f32, f32 ) Sets the cursor position to the new coordinate that has been specified.
SetCursor ( f32, f32, f32 ) Sets the cursor position to the new coordinate that has been specified.

Description of SetCursor ( f32, f32 )

The Z-coordinate does not change when the first format is used.

Description of SetCursor(f32, f32, f32)

The Z-coordinate does not change when the first format is used.


CONFIDENTIAL