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

#include <font.h>

+ Collaboration diagram for fsfont_t:

Data Fields

float scale
 
char height
 
unsigned short * charmap
 
int totalchars
 
int spacewidth
 
inidata_tchardata
 

Detailed Description

Definition at line 50 of file font.h.

Field Documentation

◆ chardata

◆ charmap

unsigned short* fsfont_t::charmap

Definition at line 53 of file font.h.

Referenced by fontstudio_free(), fontstudio_parse_ini(), fontstudio_unload_ini(), and get_char().

◆ height

char fsfont_t::height

Definition at line 52 of file font.h.

Referenced by fontstudio_init(), and fontstudio_print_string().

◆ scale

float fsfont_t::scale

Definition at line 51 of file font.h.

Referenced by draw_fontstudio_char(), fontstudio_init(), fontstudio_print_string(), and run_demo().

◆ spacewidth

int fsfont_t::spacewidth

Definition at line 55 of file font.h.

Referenced by fontstudio_parse_ini(), and fontstudio_print_string().

◆ totalchars

int fsfont_t::totalchars

Definition at line 54 of file font.h.

Referenced by fontstudio_parse_ini(), and get_char().


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