nw::font::CharWriter::MoveCursorX Member Function

Syntax

void MoveCursorX(
     f32 dx
);

Arguments

Name Description
in dx Distance to move the cursor in the x-axis direction.

Return Values

None.

Description

Moves the cursor from its current position by the distance specified.

Movement along the x-axis is in the positive direction when dx is positive.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL