|
muteki
|
Font rendering routine common states. More...
#include <common.h>
Data Fields | |
| short | type |
| Font type. | |
| short | height |
| Height of the font. | |
| short | unk_0x4 |
| Unknown. | |
| short | unk_0x6 |
| Unknown. | |
| short | unk_0x8 |
| Unknown. | |
| short | unk_0xa |
| Unknown. | |
| short | unk_0xc |
| Unknown. | |
| short | unk_0xe [13] |
Font rendering routine common states.
| short lcd_font_s::type |
Font type.
| short lcd_font_s::unk_0x4 |
Unknown.
Normally the same as height but sometimes can be a different value. Touched by SetFontType().
| short lcd_font_s::unk_0xa |
Unknown.
Seems to be always 0x100. Touched by SetFontType().
| short lcd_font_s::unk_0xc |
Unknown.
Seems to be always 0x801. Touched by SetFontType().