aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/letter.xbm5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e01e8518e9d..ee20cbcca70 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12000-05-03 Dave Love <fx@gnu.org>
2
3 * letter.xbm: New file.
4
12000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 6
3 * ps-prin0.ps: PostScript level 1 compatibility. 7 * ps-prin0.ps: PostScript level 1 compatibility.
diff --git a/etc/letter.xbm b/etc/letter.xbm
new file mode 100644
index 00000000000..d26911d9146
--- /dev/null
+++ b/etc/letter.xbm
@@ -0,0 +1,5 @@
1#define letter_width 14
2#define letter_height 10
3static unsigned char letter_bits[] = {
4 0xff, 0x3f, 0x07, 0x38, 0x09, 0x24, 0x11, 0x22, 0xe1, 0x21, 0xd1, 0x22,
5 0x09, 0x24, 0x05, 0x28, 0x03, 0x30, 0xff, 0x3f};