nw::font::Font::GetLineFeed Member Function

Syntax

virtual int GetLineFeed() const = 0;

Arguments

None.

Return Values

Returns the linefeed width of the font.

Description

Gets the size of the font's linefeed.

The font's linefeed width is used by nw::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::SetLineFeed

Revision History

2009/11/09
Initial version.

CONFIDENTIAL