nw::font::CharWriter::MoveCursor Member Function

Syntax

void MoveCursor(
     f32 dx,
     f32 dy
);

void MoveCursor(
     f32 dx,
     f32 dy,
     f32 dz
);

List of Overloaded Member Functions

MoveCursor ( f32, f32 ) Moves the cursor from its current position by the distance specified.
MoveCursor ( f32, f32, f32 ) Moves the cursor from its current position by the distance specified.

Description of MoveCursor ( f32, f32 )

As for the x-, y- and z-axes, when dx, dy, or dz are positive, the cursor moves in the corresponding positive direction.

Description of MoveCursor ( f32, f32, f32 )

As for the x-, y- and z-axes, when dx, dy, or dz are positive, the cursor moves in the corresponding positive direction.


CONFIDENTIAL