DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
ft2_font_t Struct Reference

#include <ft2.h>

+ Collaboration diagram for ft2_font_t:

Data Fields

float ascend
 
size_t attachmentcount
 
ft2_attachment_t * attachments
 
float currenth
 
float currentw
 
const unsigned char * data
 
float descend
 
voidface
 
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_tsettings
 

Detailed Description

Definition at line 39 of file ft2.h.

Field Documentation

◆ ascend

float ft2_font_t::ascend

Definition at line 46 of file ft2.h.

◆ attachmentcount

size_t ft2_font_t::attachmentcount

Definition at line 61 of file ft2.h.

Referenced by Font_Attach(), Font_LoadFile(), and Font_UnloadFont().

◆ attachments

ft2_attachment_t* ft2_font_t::attachments

Definition at line 62 of file ft2.h.

Referenced by Font_Attach(), Font_LoadFile(), and Font_UnloadFont().

◆ currenth

float ft2_font_t::currenth

Definition at line 45 of file ft2.h.

Referenced by Font_SetSize().

◆ currentw

float ft2_font_t::currentw

Definition at line 44 of file ft2.h.

Referenced by Font_SetSize().

◆ data

const unsigned char* ft2_font_t::data

Definition at line 52 of file ft2.h.

Referenced by Font_LoadFile(), and Font_UnloadFont().

◆ descend

float ft2_font_t::descend

Definition at line 47 of file ft2.h.

◆ face

void* ft2_font_t::face

◆ font_maps

◆ has_kerning

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().

◆ image_font

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().

◆ name

char ft2_font_t::name[64]

◆ next

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().

◆ num_sizes

int ft2_font_t::num_sizes

Definition at line 58 of file ft2.h.

◆ settings

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().


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