22 #ifndef NUVIE_FONTS_FONT_MANAGER_H 23 #define NUVIE_FONTS_FONT_MANAGER_H 25 #include "ultima/shared/std/string.h" 33 #define NUVIE_FONT_NORMAL 0 34 #define NUVIE_FONT_GARG 1 43 unsigned char *conv_font_data;
44 uint8 *conv_font_widths;
50 bool init(nuvie_game_t game_type);
53 Font *get_font(uint16 font_number);
54 Font *get_conv_font() {
57 Font *get_conv_garg_font() {
58 return conv_garg_font;
65 bool initWOUSystemFont();
66 bool initConvFonts(nuvie_game_t game_type);
Definition: configuration.h:61
Definition: font_manager.h:36
Definition: detection.h:27
Definition: containers.h:38