From 3281430c429677a2bbcf898cd5cb04db83ae357a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 3 May 2000 17:10:11 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 4 ++++ etc/letter.xbm | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 etc/letter.xbm diff --git a/etc/ChangeLog b/etc/ChangeLog index e01e8518e9..ee20cbcca7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 Dave Love + + * letter.xbm: New file. + 2000-04-29 Vinicius Jose Latorre * ps-prin0.ps: PostScript level 1 compatibility. diff --git a/etc/letter.xbm b/etc/letter.xbm new file mode 100644 index 0000000000..d26911d914 --- /dev/null +++ b/etc/letter.xbm @@ -0,0 +1,5 @@ +#define letter_width 14 +#define letter_height 10 +static unsigned char letter_bits[] = { + 0xff, 0x3f, 0x07, 0x38, 0x09, 0x24, 0x11, 0x22, 0xe1, 0x21, 0xd1, 0x22, + 0x09, 0x24, 0x05, 0x28, 0x03, 0x30, 0xff, 0x3f}; -- 2.20.1