10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define halfling_width 24
|
|
#define halfling_height 24
|
|
static char halfling_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x36, 0x00, 0x00, 0x22, 0x00,
|
|
0x00, 0x2a, 0x30, 0x00, 0x14, 0x10, 0x00, 0x7f, 0x18, 0x80, 0xdd, 0x0c,
|
|
0xc0, 0x6b, 0x05, 0x40, 0xb5, 0x06, 0xe0, 0x2b, 0x0f, 0x60, 0x3f, 0x02,
|
|
0x60, 0x2e, 0x00, 0x00, 0x75, 0x00, 0x00, 0x2f, 0x00, 0x00, 0x55, 0x00,
|
|
0x00, 0x3f, 0x00, 0x00, 0x3b, 0x00, 0x80, 0x61, 0x00, 0x00, 0x00, 0x00};
|