#include <nnsys/g2d/g2d_Font.h>
void NNS_G2dFontSetLineFeed(
NNSG2dFont* pFont,
s8 linefeed
);
pFont | [IN] Pointer to font |
linefeed | [IN] New linefeed width (in pixels) |
None.
Changes the font's linefeed width.
The font's linefeed width is the value used by the TextCanvas
module for the height of one line. This value is unrelated to the font height or cell height (a bigger/smaller relationship has not been established). However, normally a value equal to the font height is used.
2005/05/25 Initial version.
CONFIDENTIAL