nw::font::ResFontBase::SetLineFeed Member Function

Syntax

virtual void SetLineFeed(
     int linefeed
);

Arguments

Name Description
in linefeed New linefeed width.

Return Values

None.

Description

Sets the linefeed width of the font.

The font's linefeed width is used by nw::font::Font::TextWriter as the standard value for the height of a line. Although this value is not related to font height or cell height (no magnitude relation is defined), FontConverter by default sets the font height as the linefeed width of the font.

See Also

nw::font::Font::GetHeight
nw::font::Font::GetCellHeight
nw::font::Font::GetLineFeed

Revision History

2009/11/09
Initial version.

CONFIDENTIAL