#include <nnsys/g2d/g2d_Font.h>
s8 NNS_G2dFontGetLineFeed(
const NNSG2dFont* pFont
);
pFont | [IN] Pointer to font |
Returns the size of the font's linefeed ( in pixels).
Gets 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.
NNS_G2dFontGetHeight, NNS_G2dFontGetCellHeight, NNS_G2dFontSetLineFeed
2005/05/25 Initial version.
CONFIDENTIAL