NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
OSFontHeader Struct Reference

Description

Definition at line 18 of file OSFont.h.

Public Attributes

u16 type
 
u16 firstChar
 
u16 lastChar
 
u16 invalidChar
 
u16 ascent
 
u16 descent
 
u16 width
 
u16 leading
 
u16 cellWidth
 
u16 cellHeight
 
u32 sheetSize
 
u16 sheetFormat
 
u16 sheetNumCol
 
u16 sheetNumRow
 
u16 sheetWidth
 
u16 sheetHeight
 
u16 widthTableOfs
 
u32 sheetImageOfs
 
u32 sheetFullSize
 
u8 c0
 
u8 c1
 
u8 c2
 
u8 c3
 

Member Data Documentation

◆ type

u16 OSFontHeader::type

Definition at line 19 of file OSFont.h.

◆ firstChar

u16 OSFontHeader::firstChar

Definition at line 20 of file OSFont.h.

◆ lastChar

u16 OSFontHeader::lastChar

Definition at line 21 of file OSFont.h.

◆ invalidChar

u16 OSFontHeader::invalidChar

Definition at line 22 of file OSFont.h.

◆ ascent

u16 OSFontHeader::ascent

Definition at line 23 of file OSFont.h.

◆ descent

u16 OSFontHeader::descent

Definition at line 24 of file OSFont.h.

◆ width

u16 OSFontHeader::width

Definition at line 25 of file OSFont.h.

◆ leading

u16 OSFontHeader::leading

Definition at line 26 of file OSFont.h.

◆ cellWidth

u16 OSFontHeader::cellWidth

Definition at line 27 of file OSFont.h.

◆ cellHeight

u16 OSFontHeader::cellHeight

Definition at line 28 of file OSFont.h.

◆ sheetSize

u32 OSFontHeader::sheetSize

Definition at line 29 of file OSFont.h.

◆ sheetFormat

u16 OSFontHeader::sheetFormat

Definition at line 30 of file OSFont.h.

◆ sheetNumCol

u16 OSFontHeader::sheetNumCol

Definition at line 31 of file OSFont.h.

◆ sheetNumRow

u16 OSFontHeader::sheetNumRow

Definition at line 32 of file OSFont.h.

◆ sheetWidth

u16 OSFontHeader::sheetWidth

Definition at line 33 of file OSFont.h.

◆ sheetHeight

u16 OSFontHeader::sheetHeight

Definition at line 34 of file OSFont.h.

◆ widthTableOfs

u16 OSFontHeader::widthTableOfs

Definition at line 35 of file OSFont.h.

◆ sheetImageOfs

u32 OSFontHeader::sheetImageOfs

Definition at line 36 of file OSFont.h.

◆ sheetFullSize

u32 OSFontHeader::sheetFullSize

Definition at line 37 of file OSFont.h.

◆ c0

u8 OSFontHeader::c0

Definition at line 38 of file OSFont.h.

◆ c1

u8 OSFontHeader::c1

Definition at line 39 of file OSFont.h.

◆ c2

u8 OSFontHeader::c2

Definition at line 40 of file OSFont.h.

◆ c3

u8 OSFontHeader::c3

Definition at line 41 of file OSFont.h.