nw::font::CharWriter::MoveCursor Member Function
void MoveCursor(
f32 dx,
f32 dy
);
void MoveCursor(
f32 dx,
f32 dy,
f32 dz
);
| 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. |
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.
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