386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 18 Apr 1992 20:43:22 +0000 (12:43 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 18 Apr 1992 20:43:22 +0000 (12:43 -0800)
Work on file usr/othersrc/public/ghostscript-2.4.1/alphabet.ps

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/public/ghostscript-2.4.1/alphabet.ps [new file with mode: 0644]

diff --git a/usr/othersrc/public/ghostscript-2.4.1/alphabet.ps b/usr/othersrc/public/ghostscript-2.4.1/alphabet.ps
new file mode 100644 (file)
index 0000000..1d9b572
--- /dev/null
@@ -0,0 +1,15 @@
+(Courier) findfont 10 scalefont setfont
+currentfont 1.5 scalefont setfont
+/sp ( !"#$%&'\(\)*+,-./  [[\\\\]]^^__  `{|}~) def
+/sd (001122334456789<=>:;?@) def
+/smaj (ABCDEFGHIJKLMNOPQRSTUVWXYZ) def
+/smin (abcdefghijklmnopqrstuvwxyz) def
+
+20 0 moveto
+4 {
+[ sp sd smaj smin ]
+ { 0 15 rmoveto gsave show grestore
+ } forall
+1.6 1.6 scale
+} repeat
+showpage