#include <nnsys/g2d/g2d_Font.h>
int NNS_G2dFontGetBaselinePos(
const NNSG2dFont* pFont
);
| pFont | [IN] Pointer to font |
Returns the number of pixels from the cell top to the baseline.
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.
05/25/2005 Initial version.
CONFIDENTIAL