nw::font::Font::SetLineFeed Member Function
virtual void SetLineFeed(
int linefeed
) = 0;
| Name | Description | |
|---|---|---|
| in | linefeed | New linefeed width. |
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.
CONFIDENTIAL