19 #define FONT_VERSION 0 
   20 #define WIDEST_DIGIT    "4"  // the widest number character 
   21 #define WIDEST_CHAR     "W"  // the widest character 
   65 #define FONT1                           0                               // font01.vf 
   66 #define FONT2                           1                               // font02.vf 
   67 #define FONT3                           2                               // font03.vf 
int timestamp(int delta_ms)
 
struct font_kernpair font_kernpair
 
int gr_get_current_fontnum()
 
int gr_force_fit_string(char *str, int max_str, int max_width)
 
void gr_set_font(int fontnum)
 
font_kernpair * kern_data
 
int gr_get_fontnum(const char *filename)
 
GLint GLint GLint GLint GLint x
 
struct font_char font_char
 
int get_centered_x(const char *s, bool scaled)
 
int get_char_width(ubyte c1, ubyte c2, int *width, int *spacing)
 
void gr_print_timestamp(int x, int y, fix timestamp, int resize_mode)
 
void gr_stuff_first_font(char *first_font, size_t first_font_size)
 
char filename[MAX_FILENAME_LEN]