![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <ft2.h>
Data Fields | |
| float | ascend |
| size_t | attachmentcount |
| ft2_attachment_t * | attachments |
| float | currenth |
| float | currentw |
| const unsigned char * | data |
| float | descend |
| void * | face |
| ft2_font_map_t * | font_maps [MAX_FONT_SIZES] |
| qbool | has_kerning |
| qbool | image_font |
| char | name [64] |
| struct ft2_font_s * | next |
| int | num_sizes |
| ft2_settings_t * | settings |
| size_t ft2_font_t::attachmentcount |
Definition at line 61 of file ft2.h.
Referenced by Font_Attach(), Font_LoadFile(), and Font_UnloadFont().
| ft2_attachment_t* ft2_font_t::attachments |
Definition at line 62 of file ft2.h.
Referenced by Font_Attach(), Font_LoadFile(), and Font_UnloadFont().
| float ft2_font_t::currenth |
Definition at line 45 of file ft2.h.
Referenced by Font_SetSize().
| float ft2_font_t::currentw |
Definition at line 44 of file ft2.h.
Referenced by Font_SetSize().
| const unsigned char* ft2_font_t::data |
Definition at line 52 of file ft2.h.
Referenced by Font_LoadFile(), and Font_UnloadFont().
| void* ft2_font_t::face |
Definition at line 54 of file ft2.h.
Referenced by Font_GetKerningForMap(), Font_LoadFile(), Font_LoadMap(), Font_LoadSize(), Font_SetSize(), and Font_UnloadFont().
| ft2_font_map_t* ft2_font_t::font_maps[MAX_FONT_SIZES] |
Definition at line 57 of file ft2.h.
Referenced by Font_GetKerningForMap(), Font_GetMapForChar(), Font_IndexForSize(), Font_LoadMapForIndex(), Font_LoadSize(), Font_MapForIndex(), and Font_UnloadFont().
| qbool ft2_font_t::has_kerning |
Definition at line 42 of file ft2.h.
Referenced by Font_GetKerningForMap(), Font_LoadFile(), Font_LoadFont(), and Font_LoadSize().
| qbool ft2_font_t::image_font |
Definition at line 48 of file ft2.h.
Referenced by Font_LoadFile(), Font_LoadFont(), Font_LoadMap(), Font_LoadSize(), and Font_SetSize().
| char ft2_font_t::name[64] |
Definition at line 41 of file ft2.h.
Referenced by Font_GetKerningForMap(), Font_LoadFile(), Font_LoadFont(), Font_LoadMap(), Font_LoadSize(), and Font_SearchSize().
| struct ft2_font_s* ft2_font_t::next |
Definition at line 67 of file ft2.h.
Referenced by Font_LoadFont(), Font_LoadMap(), Font_LoadSize(), Font_SetSize(), and Font_UnloadFont().
| ft2_settings_t* ft2_font_t::settings |
Definition at line 64 of file ft2.h.
Referenced by Font_LoadFile(), Font_LoadMap(), and Font_Postprocess_Update().