nw::font::CharWriter::MoveCursor Member Function
void MoveCursor(
f32 dx,
f32 dy
);
| Name | Description | |
|---|---|---|
| in | dx | Distance to move the cursor in the x-axis direction. |
| in | dy | Distance to move the cursor in the y-axis direction. |
Moves the cursor from its current position by the distance specified.
As for the x-, y- and z-axes, when dx, dy, or dz are positive, the cursor moves in the corresponding positive direction.
CONFIDENTIAL