nw::font::TextWriterBase::SetLineHeight Member Function

Syntax

void SetLineHeight(
     f32 height
);

Arguments

Name Description
in height New line height.

Return Values

None.

Description

Sets the height of a line.

Set the line spacing so that the actual height of a line is the value specified by height.

See Also

nw::font::TextWriter::GetLineHeight
nw::font::TextWriter::SetLineSpace
nw::font::TextWriter::GetLineSpace

Revision History

2009/11/09
Initial version.

CONFIDENTIAL