Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
utf8_str Struct Reference

#include <gui_string.h>

Data Fields

Uint8 style
 
Uint8 render
 
Uint16 ptsize
 
size_t n_alloc
 
SDL_Color fgcol
 
SDL_Color bgcol
 
TTF_Fontfont
 
chartext
 

Detailed Description

Definition at line 52 of file gui_string.h.

Field Documentation

◆ bgcol

SDL_Color utf8_str::bgcol

Definition at line 58 of file gui_string.h.

Referenced by redraw_label().

◆ fgcol

SDL_Color utf8_str::fgcol

◆ font

TTF_Font * utf8_str::font

Definition at line 59 of file gui_string.h.

◆ n_alloc

size_t utf8_str::n_alloc

Definition at line 56 of file gui_string.h.

Referenced by input_edit_conn_callback().

◆ ptsize

Uint16 utf8_str::ptsize

Definition at line 55 of file gui_string.h.

◆ render

Uint8 utf8_str::render

Definition at line 54 of file gui_string.h.

Referenced by redraw_label().

◆ style

Uint8 utf8_str::style

◆ text

char * utf8_str::text