home *** CD-ROM | disk | FTP | other *** search
- rem Epson 24 pin printers, Amstrad LQ3500
- rem Epson compatible 24 pin printers
-
- cc '@'=27,"@",27,"R",0,27,"t",1,27,"x",0,27,"T"
- cc 'b'=27,"E" ; 27,"F"
- cc 'c'=15 ; 18
- cc 'd'=27,"G" ; 27,"H"
- cc 'e'=27,"M"
- cc 'i'=27,"4" ; 27,"5"
- cc 'l'=27,"W",1 ; 27,"W",0
- cc 'n'=27,"P"
- cc 'p'=27,"p",1 ; 27,"p",0
- cc 'q'=27,"x",1 ; 27,"x",0
- cc 's'=27,"S",1 ; 27,"T"
- cc 't'=27,"S",0 ; 27,"T"
- cc 'u'=27,"-",1 ; 27,"-",0
-
- rc ''=27,"K",6,0, 32,64,254,64,32,0
- rc ''=27,"K",6,0, 8,4,254,4,8,0
- rc 26 =27,"L",12,0, 16,0,16,0,16,0,84,40,16,0,0,0
- rc ''=27,"L",12,0, 16,40,84,0,16,0,16,0,16,0,0,0
- rc '¶'=27,"L",12,0, 64,0,240,0,254,0,128,126,128,0,0,0
-
- rem Amiga line graphics
- rc #95=#b3
- rc #96=#b4
- rc #97=#bf
- rc #98=#c0
- rc #99=#c1
- rc #9a=#c2
- rc #9b=#c3
- rc #9c=#c4
- rc #9d=#c5
- rc #9e=#d9
- rc #9f=#da
-
- rc '¡'=#ad
- rc '¢'=27,"6",#9b
- rc '£'=27,"6",#9c
- rc '¤'=27,"R",5,"$",27,"R",0
- rc '¥'=27,"6",#9d
- rc '¦'=#7c
- rc '§'=27,"6",#15
- rc '¨'=27,"R",1,126,27,"R",0
- rc 'ª'=#a6
- rc '«'=#ae
- rc '¬'=#aa
- rc '°'=#f8
- rc '±'=#f1
- rc '²'=#fd
- rc 'µ'=#e6
- rc '·'=#fa
- rc 'º'=#a7
- rc '»'=#af
- rc '¼'=#ac
- rc '½'=#ab
- rc '¿'=#a8
-
- rc 'Ä'=27,"6",#8e
- rc 'Å'=27,"6",#8f
- rc 'Æ'=27,"6",#92
- rc 'Ç'=27,"6",#80
- rc 'É'=27,"6",#90
- rc 'Ð'="D",8,"-"
- rc 'Ñ'=#a5
- rc 'Ö'=27,"6",#99
- rc 'Ø'=27,"R",4,"\",27,"R",0
- rc 'Ü'=27,"6",#9a
- rc 'ß'=#e1
-
- rc 'à'=27,"6",#85
- rc 'á'=#a0
- rc 'â'=27,"6",#83
- rc 'ã'="a",8,"~"
- rc 'ä'=27,"6",#84
- rc 'å'=27,"6",#86
- rc 'æ'=27,"6",#91
- rc 'ç'=27,"6",#87
- rc 'è'=27,"6",#8a
- rc 'é'=27,"6",#82
- rc 'ê'=27,"6",#88
- rc 'ë'=27,"6",#89
- rc 'ì'=27,"6",#8d
- rc 'í'=#a1
- rc 'î'=27,"6",#8c
- rc 'ï'=27,"6",#8b
- rc 'ð'="d",8,"-"
- rc 'ñ'=#a4
- rc 'ò'=27,"6",#95
- rc 'ó'=#a2
- rc 'ô'=27,"6",#93
- rc 'õ'="o",8,"~"
- rc 'ö'=27,"6",#94
- rc '÷'=#f6
- rc 'ø'=27,"R",4,"|",27,"R",0
- rc 'ù'=27,"6",#97
- rc 'ú'=#a3
- rc 'û'=27,"6",#96
- rc 'ü'=27,"6",#81
-
- hl 27,"J",15
- pscode 27,"9"; 27,"8"
-
- rem NOTE: the following is perfectly correct but slow!
- mm 1
- mf 6
- pw 30
- cw 36
- rem ... and so is superceded by below...
-
- rem NOTE: for faster printing the following bit assumes LQ and 1 dot = 1/180"
- MM 0
- MC 27,"\",1,0
- MF 2
- CW 36
- PW 30
-
- rem the following widths are in units of 1/360"
-
- width ''=36
- width ''=36
- width ''=36
- width 26 =36
- width '¶'=36
- width '§'=
-
- width ' '=30
- width '!'=18
- width '"'=30
- width '#'=30
- width '$'=30
- width '%'=36
- width '&'=36
- width '''=18
- width '('=24
- width ')'=24
- width '*'=30
- width '+'=30
- width ','=18
- width '-'=30
- width '.'=18
- width '/'=30
- width '0'=30
- width '1'=30
- width '2'=30
- width '3'=30
- width '4'=30
- width '5'=30
- width '6'=30
- width '7'=30
- width '8'=30
- width '9'=30
- width ':'=18
- width ';'=18
- width '<'=30
- width '='=30
- width '>'=30
- width '?'=30
- width '@'=36
- width 'A'=36
- width 'B'=36
- width 'C'=36
- width 'D'=36
- width 'E'=36
- width 'F'=36
- width 'G'=36
- width 'H'=36
- width 'I'=24
- width 'J'=30
- width 'K'=36
- width 'L'=36
- width 'M'=42
- width 'N'=36
- width 'O'=36
- width 'P'=36
- width 'Q'=36
- width 'R'=36
- width 'S'=36
- width 'T'=36
- width 'U'=42
- width 'V'=36
- width 'W'=42
- width 'X'=36
- width 'Y'=36
- width 'Z'=30
- width '['=24
- width '\'=30
- width ']'=24
- width '^'=30
- width '_'=30
- width '`'=18
- width 'a'=30
- width 'b'=36
- width 'c'=30
- width 'd'=36
- width 'e'=30
- width 'f'=24
- width 'g'=36
- width 'h'=36
- width 'i'=18
- width 'j'=24
- width 'k'=36
- width 'l'=18
- width 'm'=42
- width 'n'=36
- width 'o'=30
- width 'p'=36
- width 'q'=36
- width 'r'=30
- width 's'=30
- width 't'=24
- width 'u'=36
- width 'v'=36
- width 'w'=42
- width 'x'=30
- width 'y'=36
- width 'z'=30
- width '{'=24
- width '|'=18
- width '}'=24
- width '~'=30
-
- width 'Ç'=36
- width 'ü'=36
- width 'é'=30
- width 'â'=30
- width 'ä'=30
- width 'à'=30
- width 'å'=30
- width 'ç'=30
- width 'ê'=30
- width 'ë'=30
- width 'è'=30
- width 'ï'=18
- width 'î'=18
- width 'ì'=18
- width 'Ä'=36
- width 'Å'=36
- width 'É'=36
- width 'æ'=42
- width 'Æ'=42
- width 'ô'=30
- width 'ö'=30
- width 'ò'=30
- width 'û'=36
- width 'ù'=36
- width 'Ö'=36
- width 'Ü'=42
- width 'ø'=30
- width '£'=30
- width 'Ø'=36
- width 'á'=30
- width 'í'=18
- width 'ó'=30
- width 'Ú'=36
- width 'ñ'=36
- width 'Ñ'=36
- width 'ª'=30
- width 'º'=30
- width '¿'=30
- width '½'=30
- width '¼'=30
- width '¡'=30
- width '«'=30
- width '»'=30
-
- width 'ß'=30
- width 'µ'=30
-
- width '±'=30
- width '÷'=30
- width '°'=30
-