GrafX2 2.9.3227
The ultimate 256-color painting program
|
Element of the font linked list. More...
Data Fields | |
char * | Name |
int | Is_truetype |
int | Is_bitmap |
char | Label [22] |
struct T_Font * | Next |
struct T_Font * | Previous |
Element of the font linked list.
char* T_Font::Name |
Referenced by Add_font(), Font_name(), Insert_font(), and Uninit_text().
int T_Font::Is_truetype |
Referenced by Add_font(), Render_text(), and TrueType_font().
int T_Font::Is_bitmap |
Referenced by Add_font(), and Compare_fonts().
char T_Font::Label[22] |
Referenced by Add_font(), Compare_fonts(), and Font_label().
struct T_Font* T_Font::Next |
Referenced by Font_count(), Font_label(), Font_name(), Insert_font(), Render_text(), TrueType_font(), and Uninit_text().
struct T_Font* T_Font::Previous |
Referenced by Insert_font().