22 #ifndef NUVIE_FONTS_CONV_FONT_H 23 #define NUVIE_FONTS_CONV_FONT_H 25 #include "ultima/nuvie/fonts/font.h" 34 unsigned char *f_data;
42 bool init(
unsigned char *data, uint8 *width_data, uint16 num_chars, uint16 char_offset);
44 uint16 getCharWidth(uint8 c)
override;
45 uint16 getCharHeight()
override {
48 uint16 drawChar(
Screen *screen, uint8 char_num, uint16 x, uint16 y,
49 uint8 color)
override;
Definition: atari-screen.h:60
Definition: detection.h:27
Definition: conv_font.h:33