NNS_G2dFontGetBpp

Syntax


#include <nnsys/g2d/g2d_Font.h>

u8 NNS_G2dFontGetBpp(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns the number of bits per pixel in a font's glyph images.

Description

Returns the number of bits per pixel (bpp) in a font's glyph images.

All glyph images in a single font have the same bpp.

See Also

Revision History

2005/05/25 Initial version.


CONFIDENTIAL