1#define italic_width 16
2#define italic_height 16
3static unsigned char italic_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x80, 0x3f, 0x80, 0x3f, 0x00, 0x06, 0x00, 0x06,
5 0x00, 0x03, 0x00, 0x03, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00,
6 0x60, 0x00, 0x60, 0x00, 0xfc, 0x01, 0xfc, 0x01};
7