DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
con_text_info_t Struct Reference
+ Collaboration diagram for con_text_info_t:

Data Fields

float alignment
 
int colorindex
 
const char * continuationString
 
dp_font_tfont
 
float fontsize
 
float width
 
float x
 
float y
 
float ymax
 
float ymin
 

Detailed Description

Definition at line 1796 of file console.c.

Field Documentation

◆ alignment

float con_text_info_t::alignment

Definition at line 1799 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().

◆ colorindex

int con_text_info_t::colorindex

Definition at line 1808 of file console.c.

Referenced by Con_DisplayLineFunc(), and Con_WordWidthFunc().

◆ continuationString

const char* con_text_info_t::continuationString

Definition at line 1805 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().

◆ font

dp_font_t* con_text_info_t::font

◆ fontsize

float con_text_info_t::fontsize

◆ width

float con_text_info_t::width

Definition at line 1803 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().

◆ x

float con_text_info_t::x

Definition at line 1801 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().

◆ y

float con_text_info_t::y

Definition at line 1802 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().

◆ ymax

float con_text_info_t::ymax

Definition at line 1804 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().

◆ ymin

float con_text_info_t::ymin

Definition at line 1804 of file console.c.

Referenced by Con_DisplayLineFunc(), Con_DrawConsoleLine(), and Con_DrawNotifyRect().


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