ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
inidata_t Struct Reference

#include <font.h>

Data Fields

char A
 
char B
 
char C
 
char ox
 
char oy
 
char width
 
char height
 
unsigned short u1
 
unsigned short v1
 
unsigned short u2
 
unsigned short v2
 

Detailed Description

FontStudio type fonts

Definition at line 36 of file font.h.

Field Documentation

◆ A

char inidata_t::A

Definition at line 37 of file font.h.

Referenced by fontstudio_parse_ini(), and fontstudio_print_string().

◆ B

char inidata_t::B

Definition at line 38 of file font.h.

Referenced by fontstudio_parse_ini(), and fontstudio_print_string().

◆ C

char inidata_t::C

Definition at line 39 of file font.h.

Referenced by fontstudio_parse_ini(), and fontstudio_print_string().

◆ height

char inidata_t::height

Definition at line 43 of file font.h.

Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().

◆ ox

char inidata_t::ox

Definition at line 40 of file font.h.

Referenced by fontstudio_parse_ini().

◆ oy

char inidata_t::oy

Definition at line 41 of file font.h.

Referenced by fontstudio_parse_ini().

◆ u1

unsigned short inidata_t::u1

Definition at line 44 of file font.h.

Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().

◆ u2

unsigned short inidata_t::u2

Definition at line 46 of file font.h.

Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().

◆ v1

unsigned short inidata_t::v1

Definition at line 45 of file font.h.

Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().

◆ v2

unsigned short inidata_t::v2

Definition at line 47 of file font.h.

Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().

◆ width

char inidata_t::width

Definition at line 42 of file font.h.

Referenced by draw_fontstudio_char(), and fontstudio_parse_ini().


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