#include <nnsys/g2d/g2d_Font.h>
u8 NNS_G2dFontGetBpp(
const NNSG2dFont* pFont
);
| pFont | [IN] Pointer to font |
Returns the number of bits per pixel in a font's glyph images.
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.
05/25/2005 Initial version.