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