NNS_G2dFontGetFlags

C Specification


#include <nnsys/g2d/g2d_Font.h>

u8 NNS_G2dFontGetFlags(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns font properties flag.

Description

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

See Also

Revision History

2007/03/14 Initial version.


CONFIDENTIAL