muteki
Loading...
Searching...
No Matches
lcd_font_s Struct Reference

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]
 

Detailed Description

Font rendering routine common states.

Field Documentation

◆ type

short lcd_font_s::type

Font type.

See also
font_type_e

◆ unk_0x4

short lcd_font_s::unk_0x4

Unknown.

Normally the same as height but sometimes can be a different value. Touched by SetFontType().

◆ unk_0xa

short lcd_font_s::unk_0xa

Unknown.

Seems to be always 0x100. Touched by SetFontType().

◆ unk_0xc

short lcd_font_s::unk_0xc

Unknown.

Seems to be always 0x801. Touched by SetFontType().


The documentation for this struct was generated from the following file: