Home
last modified time | relevance | path

Searched defs:FontInformation (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/include/nn/font/
Dfont_ResourceFormat.h292 struct FontInformation struct
294 u8 fontType; // glyph data type (FontType)
295 s8 linefeed; // (*)== leading
296 … alterCharIndex; // (*) glyph index of the glyph for characters not contained in the font
297 …aultWidth; // (*) character width information for glyphs that have no character width information
298 u8 characterCode; // Corresponding character code (CharacterCode type)
299 FontTextureGlyph* pGlyph; // Pointer to a unique FontGlyph
300 FontWidth* pWidth; // Pointer to the first FontWidth
301 FontCodeMap* pMap; // Pointer to the first FontCodeMap
302 u8 height; // Font height
[all …]