#include <r_font.h>
Data Fields | |
const char * | name |
TTF_Font * | font |
SDL_RWops * | rw |
byte * | buffer |
int | style |
int | lineSkip |
int | height |
Definition at line 33 of file r_font.h.
TTF_Font* font_s::font |
Definition at line 35 of file r_font.h.
Referenced by R_FontAnalyze(), R_FontChunkLength(), R_FontFindTruncFit(), and R_FontGenerateTexture().
int font_s::height |
Definition at line 40 of file r_font.h.
Referenced by R_FontAnalyze(), R_FontTextSize(), and UI_FontGetHeight().
int font_s::lineSkip |
TTF_FontLineSkip
Definition at line 39 of file r_font.h.
Referenced by R_FontAnalyze(), and R_FontTextSize().
const char* font_s::name |
Definition at line 34 of file r_font.h.
Referenced by R_FontAnalyze().
SDL_RWops* font_s::rw |
ttf font reading structure for SDL_RWops
Definition at line 36 of file r_font.h.
Referenced by R_FontAnalyze().
int font_s::style |