Lines Matching refs:u16
67 const u16 INVALID_CHAR_CODE = 0xFFFF;
68 const u16 INVALID_GLYPH_INDEX = 0xFFFF;
166 u16 ccode; // 文字コード
167 u16 index; // グリフインデックス
177 u16 num; // entries の要素数
200 u16 glyphsPerSheet;
201 u16 numSet;
202 u16 numSheet;
203 u16 numCWDH;
204 u16 numCMAP;
206 u16 nameOffsets[1]; // numSet
237 u16 sheetNum; // シート数
238 u16 sheetFormat; // FontSheetFormat
239 u16 sheetRow; // シート内の横方向セル数
240 u16 sheetLine; // シート内の縦方向セル数
241 u16 sheetWidth; // シート幅(ピクセル単位)
242 u16 sheetHeight; // シート高さ(ピクセル単位)
255 u16 indexBegin; // widthTable の最初のエントリが対応するグリフインデックス
256 u16 indexEnd; // widthTable の最後のエントリが対応するグリフインデックス
274 u16 ccodeBegin; // このブロックが担当する文字コード範囲の最初の文字コード
275 u16 ccodeEnd; // このブロックが担当する文字コード範囲の最後の文字コード
276 u16 mappingMethod; // マッピング方法 (FontMappingMethod型)
277 u16 reserved; // 予約
279 u16* GetMapInfo() const // 文字コードマッピング情報 具体的な内容は mappingMethod に依る in GetMapInfo()
281 return reinterpret_cast<u16*>( reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetMapInfo()
296 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス