6#define FONT_CHARS_PER_LINE 16
7#define FONT_CHAR_LINES 16
8#define FONT_CHARS_PER_MAP (FONT_CHARS_PER_LINE * FONT_CHAR_LINES)
11#define INCMAP_START 0x110000
13typedef struct glyph_slot_s
#define FONT_CHARS_PER_MAP
#define FONT_CHARS_PER_LINE
qbool Font_LoadMapForIndex(ft2_font_t *font, int map_index, Uchar _ch, ft2_font_map_t **outmap)
unsigned char * data_tier2[FONT_CHAR_LINES]
unsigned char * data_tier1[FONT_CHARS_PER_LINE]
struct ft2_font_map_s * fontmap
const unsigned char * data
glyph_slot_t glyphs[FONT_CHARS_PER_MAP]
Uchar glyphchars[FONT_CHARS_PER_MAP]