blob: 169c3cb75f60755e18f287fc736c5c0b890ad112 [file] [log] [blame]
Martin v. Löwisb21cb5f2001-03-21 07:42:07 +00001#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};