Freeciv-3.1
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_Font * font
 
char * text
 

Detailed Description

Definition at line 52 of file gui_string.h.

Field Documentation

◆ bgcol

SDL_Color utf8_str::bgcol

◆ fgcol

SDL_Color utf8_str::fgcol

◆ font

TTF_Font* utf8_str::font

◆ n_alloc

size_t utf8_str::n_alloc

Definition at line 56 of file gui_string.h.

Referenced by copy_chars_to_utf8_str(), edit_field(), and input_edit_conn_callback().

◆ ptsize

Uint16 utf8_str::ptsize

◆ render

Uint8 utf8_str::render

◆ style

Uint8 utf8_str::style

◆ text

char* utf8_str::text