Freeciv-3.2
|
Data Fields | |
struct ttf_font_chain * | next |
TTF_Font * | font |
Uint16 | ptsize |
Uint16 | count |
Definition at line 49 of file gui_string.c.
Uint16 ttf_font_chain::count |
Definition at line 53 of file gui_string.c.
Referenced by create_utf8_multi_surf(), load_font(), and utf8_str_size().
TTF_Font * ttf_font_chain::font |
Definition at line 51 of file gui_string.c.
Referenced by free_font_system().
struct ttf_font_chain * ttf_font_chain::next |
Definition at line 50 of file gui_string.c.
Referenced by free_font_system(), load_font(), and unload_font().
Uint16 ttf_font_chain::ptsize |
Definition at line 52 of file gui_string.c.
Referenced by create_text_surf_smaller_than_w(), create_utf8_str(), load_font(), and unload_font().