#include <nnsys/g2d/g2d_Font.h>
u8 NNS_G2dFontGetFlags(
const NNSG2dFont* pFont
);
pFont | [IN] Pointer to font |
Returns font properties flag.
Gets the properties flag for pFont
.
The format of the properties flag is as follows.
|---- 8 bit ----| MSB LSB +---------+---+-+ | | | | +---------+---+-+ |- 5 bit -|---|-| | | | reserve | 1 bit Indicates whether the font is written vertically Rotate 2-bit glyph 0: Clockwise rotation of 0 degrees 1: Clockwise rotation of 90 degrees 2: Clockwise rotation of 180 degrees 3: Clockwise rotation of 270 degrees
2007/03/14 Initial version.
CONFIDENTIAL