nw::font::CharWriter::MoveCursorY Member Function

Syntax

void MoveCursorY(
     f32 dy
);

Arguments

Name Description
in dy Distance to move the cursor in the y-axis direction.

Return Values

None.

Description

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

Movement along the y-axis is in the positive direction when dy is positive.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL