Lines Matching defs:FontInformation
304 struct FontInformation struct
306 u8 fontType; // グリフデータタイプ (FontType型)
307 s8 linefeed; // (*)== leading
308 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス
309 CharWidths defaultWidth; // (*)文字幅情報を持たないグリフ用の文字幅情報
310 u8 characterCode; // 対応する文字コード (CharacterCode型)
311 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ
312 FontWidth* pWidth; // 最初の FontWidth へのポインタ
313 FontCodeMap* pMap; // 最初の FontCodeMap へのポインタ
314 u8 height; // フォントの高さ
315 u8 width; // フォントの幅
339 typedef BinaryBlock<FontInformation> FontInformationBlock; argument