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