Lines Matching refs:u16
52 u16 fontType; // font type
53 u16 firstChar; // the first character code defined in the font
54 u16 lastChar; // the last character code defined in the font
55 u16 invalChar; // the font code to be substituted for invalid characters
56 u16 ascent; // the ascent (units above the base line) of characters
57 u16 descent; // the descent (units below the base line) of characters
58 u16 width; // the width of the widest character
59 u16 leading; // the leading (space) between rows
61 u16 cellWidth; // the cell (a single character) width in a sheet
62 u16 cellHeight; // the cell (a single character) height in a sheet
64 u16 sheetFormat; // the texture format of a sheet (GX_TF_*)
65 u16 sheetColumn; // the number of characters in a row
66 u16 sheetRow; // the number of lines in a sheet
67 u16 sheetWidth; // the sheet width (texture width)
70 u16 sheetHeight; // the sheet height (texture height)
71 u16 widthTable; // offset to character width table (const)
99 u16 OSGetFontEncode ( void );
100 u16 OSSetFontEncode ( u16 encode );
139 u16* OSUTF32to16 ( u32 utf32, u16* utf16 );
140 u16* OSUTF16to32 ( const u16* utf16, u32* utf32 );
145 u16 OSUTF32toSJIS( u32 utf32 );
146 u32 OSSJIStoUTF32( u16 sjis );