Lines Matching refs:u16
81 const u16 INVALID_CHAR_CODE = 0xFFFF;
82 const u16 INVALID_GLYPH_INDEX = 0xFFFF;
180 u16 ccode; // 文字コード
181 u16 index; // グリフインデックス
191 u16 num; // entries の要素数
214 u16 glyphsPerSheet;
215 u16 numSet;
216 u16 numSheet;
217 u16 numCWDH;
218 u16 numCMAP;
220 u16 nameOffsets[1]; // numSet
251 u16 sheetNum; // シート数
252 u16 sheetFormat; // FontSheetFormat
253 u16 sheetRow; // シート内の横方向セル数
254 u16 sheetLine; // シート内の縦方向セル数
255 u16 sheetWidth; // シート幅(ピクセル単位)
256 u16 sheetHeight; // シート高さ(ピクセル単位)
269 u16 indexBegin; // widthTable の最初のエントリが対応するグリフインデックス
270 u16 indexEnd; // widthTable の最後のエントリが対応するグリフインデックス
288 u16 ccodeBegin; // このブロックが担当する文字コード範囲の最初の文字コード
289 u16 ccodeEnd; // このブロックが担当する文字コード範囲の最後の文字コード
290 u16 mappingMethod; // マッピング方法 (FontMappingMethod型)
291 u16 reserved; // 予約
293 u16* GetMapInfo() const // 文字コードマッピング情報 具体的な内容は mappingMethod に依る in GetMapInfo()
295 return reinterpret_cast<u16*>( reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetMapInfo()
310 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス