Lines Matching defs:FontInformation
292 struct FontInformation struct
294 u8 fontType; // グリフデータタイプ (FontType型)
295 s8 linefeed; // (*)== leading
296 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス
297 CharWidths defaultWidth; // (*)文字幅情報を持たないグリフ用の文字幅情報
298 u8 characterCode; // 対応する文字コード (CharacterCode型)
299 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ
300 FontWidth* pWidth; // 最初の FontWidth へのポインタ
301 FontCodeMap* pMap; // 最初の FontCodeMap へのポインタ
302 u8 height; // フォントの高さ
303 u8 width; // フォントの幅
327 typedef BinaryBlock<FontInformation> FontInformationBlock; argument