X-Git-Url: https://git.gag.com/?p=debian%2Fsplat;a=blobdiff_plain;f=smallfont.h;fp=smallfont.h;h=0000000000000000000000000000000000000000;hp=415af1f9c55a369a5db086a44cb5f2a313f4ad37;hb=dcc481697c227c3b265d1e68a8a82910c818332c;hpb=3504a1ce545f764f4e96a31fa53dbf498e0bd9f9 diff --git a/smallfont.h b/smallfont.h deleted file mode 100644 index 415af1f..0000000 --- a/smallfont.h +++ /dev/null @@ -1,92 +0,0 @@ -char smallfont[10][9][7] = { - { {0,1,1,1,1,1}, /* 0 */ - {1,1,0,0,0,1,1}, - {1,1,0,0,1,1,1}, - {1,1,0,1,1,1,1}, - {1,1,0,1,0,1,1}, - {1,1,1,1,0,1,1}, - {1,1,1,0,0,1,1}, - {1,1,0,0,0,1,1}, - {0,1,1,1,1,1} }, - { {0,0,0,1}, /* 1 */ - {0,0,1,1}, - {1,1,1,1}, - {0,0,1,1}, - {0,0,1,1}, - {0,0,1,1}, - {0,0,1,1}, - {0,0,1,1}, - {1,1,1,1,1,1} }, - { {0,1,1,1,1}, /* 2 */ - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,1,1}, - {0,0,1,1}, - {0,1,1}, - {1,1,0,0,1,1}, - {1,1,1,1,1,1} }, - { {0,1,1,1,1}, /* 3 */ - {1,1,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,0,1,1}, - {1,1,0,0,1,1}, - {0,1,1,1,1} }, - { {0,0,0,0,1,1}, /* 4 */ - {0,0,0,1,1,1}, - {0,0,1,1,1,1}, - {0,1,1,0,1,1}, - {1,1,1,1,1,1,1}, - {0,0,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,1,1,1,1} }, - { {1,1,1,1,1,1}, /* 5 */ - {1,1}, - {1,1}, - {1,1}, - {1,1,1,1,1}, - {0,0,0,0,1,1}, - {0,0,0,0,1,1}, - {1,1,0,0,1,1}, - {0,1,1,1,1} }, - { {0,0,1,1,1}, /* 6 */ - {0,1,1}, - {1,1}, - {1,1}, - {1,1,1,1,1}, - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {0,1,1,1,1} }, - { {1,1,1,1,1,1,1}, /* 7 */ - {1,1,0,0,0,1,1}, - {1,1,0,0,0,1,1}, - {0,0,0,0,0,1,1}, - {0,0,0,0,1,1}, - {0,0,0,1,1}, - {0,0,1,1}, - {0,0,1,1}, - {0,0,1,1} }, - { {0,1,1,1,1}, /* 8 */ - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {0,1,1,1,1}, - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {0,1,1,1,1} }, - { {0,1,1,1,1}, /* 9 */ - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {1,1,0,0,1,1}, - {0,1,1,1,1,1}, - {0,0,0,1,1}, - {0,0,0,1,1}, - {0,0,1,1}, - {0,1,1,1} } }; -