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