ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
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

◆ 

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

Referenced by fontx_get_char().

◆ end

unsigned short fontx_hdr::end

Table[n] ending position

Definition at line 36 of file fontx.c.

Referenced by fontx_get_char().

◆ height

unsigned char fontx_hdr::height

Font Height YSize

Definition at line 26 of file fontx.c.

Referenced by draw_fontx_char(), fontx_load(), fontx_load_double_krom(), fontx_load_single_krom(), and fontx_print_ascii().

◆ id

char fontx_hdr::id[7]

"FONTX2" id Identifier

Definition at line 20 of file fontx.c.

Referenced by fontx_load(), fontx_load_double_krom(), and fontx_load_single_krom().

◆ name

char fontx_hdr::name[9]

Name of the font

Definition at line 22 of file fontx.c.

Referenced by fontx_load(), fontx_load_double_krom(), and fontx_load_single_krom().

◆ start

unsigned short fontx_hdr::start

Table[n] starting position

Definition at line 34 of file fontx.c.

Referenced by fontx_get_char().

◆ table_num

unsigned char fontx_hdr::table_num

Number of tables

Definition at line 31 of file fontx.c.

Referenced by fontx_get_char(), fontx_load(), and fontx_load_double_krom().

◆ type

unsigned char fontx_hdr::type

Type of Font

Definition at line 28 of file fontx.c.

Referenced by fontx_get_char(), fontx_load(), fontx_load_double_krom(), and fontx_load_single_krom().

◆ width

unsigned char fontx_hdr::width

Font Width XSize

Definition at line 24 of file fontx.c.

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


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