added buffalo.edu and martin@freaknet

This commit is contained in:
wallace-aph
2017-10-19 12:40:28 -04:00
parent 1d781f0b0a
commit 6b32deaffc
2439 changed files with 23928 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
#define smallclef_width 11
#define smallclef_height 28
static char smallclef_bits[] = {
0xc0, 0x00,
0xe0, 0x01,
0x60, 0x01,
0x20, 0x01,
0x20, 0x01,
0xa0, 0x01,
0xe0, 0x01,
0xe0, 0x01,
0xe0, 0x00,
0xf0, 0x00,
0x78, 0x00,
0x7c, 0x00,
0x5e, 0x00,
0x4e, 0x00,
0xe7, 0x01,
0xf3, 0x03,
0xfb, 0x07,
0xbb, 0x06,
0xbb, 0x04,
0xb3, 0x04,
0xa6, 0x06,
0x8c, 0x03,
0xf8, 0x01,
0x00, 0x01,
0x18, 0x01,
0x3c, 0x01,
0xbc, 0x00,
0x78, 0x00,
};