#include <ui_font.h>
Data Fields | |
char * | name |
int | size |
char * | style |
char * | path |
Definition at line 30 of file ui_font.h.
char* uiFont_s::name |
Definition at line 31 of file ui_font.h.
Referenced by UI_DrawString(), UI_ParseFont(), and UI_RegisterFont().
char* uiFont_s::path |
Definition at line 34 of file ui_font.h.
Referenced by UI_RegisterFont().
int uiFont_s::size |
Definition at line 32 of file ui_font.h.
Referenced by UI_RegisterFont().
char* uiFont_s::style |
Definition at line 33 of file ui_font.h.
Referenced by UI_RegisterFont().