Lines Matching refs:u16
55 u16 fontType; // Font type
56 u16 firstChar; // The first character code defined in the font
57 u16 lastChar; // The last character code defined in the font
58 u16 invalChar; // The font code to be substituted for invalid characters
59 u16 ascent; // The ascent (units above the base line) of characters
60 u16 descent; // The descent (units below the base line) of characters
61 u16 width; // The width of the widest character
62 u16 leading; // The leading (space) between rows
64 u16 cellWidth; // The cell (a single character) width in a sheet
65 u16 cellHeight; // The cell (a single character) height in a sheet
67 u16 sheetFormat; // The texture format of a sheet (GX_TF_*)
68 u16 sheetColumn; // The number of characters in a raw
69 u16 sheetRow; // The number of lines in a sheet
70 u16 sheetWidth; // The sheet width (texture width)
73 u16 sheetHeight; // The sheet height (texture height)
74 u16 widthTable; // Offset to character width table (const)
102 u16 OSGetFontEncode ( void );
141 u16* OSUTF32to16 ( u32 utf32, u16* utf16 );
142 u16* OSUTF16to32 ( const u16* utf16, u32* utf32 );
147 u16 OSUTF32toSJIS( u32 utf32 );
148 u32 OSSJIStoUTF32( u16 sjis );