PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
fontx_hdr Struct Reference

Data Fields

char id [7]
 
char name [9]
 
unsigned char width
 
unsigned char height
 
unsigned char type
 
unsigned char table_num
 
struct { 
 
unsigned short start
 
unsigned short end
 
block [] 
 

Detailed Description

Definition at line 18 of file fontx.c.

Field Documentation

◆ id

char fontx_hdr::id[7]

"FONTX2" id Identifier

Definition at line 20 of file fontx.c.

Referenced by fontx_load().

◆ name

char fontx_hdr::name[9]

Name of the font

Definition at line 22 of file fontx.c.

Referenced by fontx_load().

◆ width

unsigned char fontx_hdr::width

Font Width XSize

Definition at line 24 of file fontx.c.

Referenced by fontx_load(), fontx_print_ascii(), and fontx_print_sjis().

◆ height

unsigned char fontx_hdr::height

Font Height YSize

Definition at line 26 of file fontx.c.

Referenced by fontx_load(), fontx_print_ascii(), and fontx_print_sjis().

◆ type

unsigned char fontx_hdr::type

Type of Font

Definition at line 28 of file fontx.c.

Referenced by fontx_load().

◆ table_num

unsigned char fontx_hdr::table_num

Number of tables

Definition at line 31 of file fontx.c.

Referenced by fontx_load().

◆ [struct]

struct { ... } fontx_hdr::block[]

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