NNS_G2dFontGetBaselinePos

C Specification

#include <nnsys/g2d/g2d_Font.h>

int NNS_G2dFontGetBaselinePos(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns the number of pixels from the cell top to the baseline.

Description

Returns the number of pixels from the cell top to the baseline.

The baseline has no thickness and is between pixels. The baseline position in a cell is the same for all glyphs in a font.

See Also

Revision History

05/25/2005 Initial version.