22 #ifndef NUVIE_FONTS_U6_FONT_H 23 #define NUVIE_FONTS_U6_FONT_H 25 #define FONT_COLOR_U6_NORMAL 0x48 26 #define FONT_COLOR_U6_HIGHLIGHT 0x0c 28 #include "ultima/nuvie/fonts/font.h" 38 unsigned char *font_data;
45 bool init(
unsigned char *data, uint16 num_chars, uint16 char_offset);
47 uint16 getCharWidth(uint8 c)
override {
50 uint16 getCharHeight()
override {
53 uint16 drawChar(
Screen *screen, uint8 char_num, uint16 x, uint16 y,
54 uint8 color)
override;
Definition: atari-screen.h:60
Definition: detection.h:27