Searched defs:FontInformation (Results 1 – 1 of 1) sorted by relevance
292 struct FontInformation struct294 u8 fontType; // グリフデータタイプ (FontType型)295 s8 linefeed; // (*)== leading296 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス297 CharWidths defaultWidth; // (*)文字幅情報を持たないグリフ用の文字幅情報298 u8 characterCode; // 対応する文字コード (CharacterCode型)299 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ300 FontWidth* pWidth; // 最初の FontWidth へのポインタ301 FontCodeMap* pMap; // 最初の FontCodeMap へのポインタ302 u8 height; // フォントの高さ[all …]