home *** CD-ROM | disk | FTP | other *** search
- rem Amstrad LQ3500
- rem not all of the characters can be italicised
-
- cc '@'=27,"@"
- 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
-
- 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 note ESC "R" only works if in EPSON ie ESC "t" 0
-
- rc '#'=27,"R",0,"#"
- rc '$'=27,"R",0,"$"
- rc '@'=27,"R",0,"@"
- rc '['=27,"R",0,"["
- rc '\'=27,"R",0,"\"
- rc ']'=27,"R",0,"]"
- rc '^'=27,"R",0,"^"
- rc '`'=27,"R",0,"`"
- rc '{'=27,"R",0,"{"
- rc '|'=27,"R",0,"|"
- rc '}'=27,"R",0,"}"
- rc '~'=27,"R",0,"~"
- rc 'à'=27,"R",1,"@"
- rc '°'=27,"R",1,"["
- rc 'ç'=27,"R",1,"\"
- rc '§'=27,"R",1,"]"
- rc 'é'=27,"R",1,"{"
- rc 'ù'=27,"R",1,"|"
- rc 'è'=27,"R",1,"}"
- rc 'Ä'=27,"R",2,"["
- rc 'Ö'=27,"R",2,"\"
- rc 'Ü'=27,"R",2,"]"
- rc 'ä'=27,"R",2,"{"
- rc 'ö'=27,"R",2,"|"
- rc 'ü'=27,"R",2,"}"
- rc 'ß'=27,"R",2,"~"
- rc '£'=27,"R",3,"#"
- rc 'Æ'=27,"R",4,"["
- rc 'Ø'=27,"R",4,"\"
- rc 'Å'=27,"R",4,"]"
- rc 'æ'=27,"R",4,"{"
- rc 'ø'=27,"R",4,"|"
- rc 'å'=27,"R",4,"}"
- rc '¤'=27,"R",5,"$"
- rc 'É'=27,"R",5,"@"
- rc 'ò'=27,"R",6,"|"
- rc 'ì'=27,"R",6,"~"
- rc '¡'=27,"R",7,"["
- rc 'Ñ'=27,"R",7,"\"
- rc '¿'=27,"R",7,"]"
- rc 'ñ'=27,"R",7,"|"
- rc '¥'=27,"R",8,"\"
-
- rem turn on 128..160, turn off italics and select IBM chars
-
- rc 'Ç'=27,"5",27,"t",1,27,"6","Ç",27,"t",0
- rc 'â'=27,"5",27,"t",1,27,"6","â",27,"t",0
- rc 'ê'=27,"5",27,"t",1,27,"6","ê",27,"t",0
- rc 'ë'=27,"5",27,"t",1,27,"6","ë",27,"t",0
- rc 'ï'=27,"5",27,"t",1,27,"6","ï",27,"t",0
- rc 'î'=27,"5",27,"t",1,27,"6","î",27,"t",0
- rc 'ô'=27,"5",27,"t",1,27,"6","ô",27,"t",0
- rc 'û'=27,"5",27,"t",1,27,"6","û",27,"t",0
-
- rem Amiga line graphics
- rc #95=27,"5",27,"t",1,#b3,27,"t",0
- rc #96=27,"5",27,"t",1,#b4,27,"t",0
- rc #97=27,"5",27,"t",1,#bf,27,"t",0
- rc #98=27,"5",27,"t",1,#c0,27,"t",0
- rc #99=27,"5",27,"t",1,#c1,27,"t",0
- rc #9a=27,"5",27,"t",1,#c2,27,"t",0
- rc #9b=27,"5",27,"t",1,#c3,27,"t",0
- rc #9c=27,"5",27,"t",1,#c4,27,"t",0
- rc #9d=27,"5",27,"t",1,#c5,27,"t",0
- rc #9e=27,"5",27,"t",1,#d9,27,"t",0
- rc #9f=27,"5",27,"t",1,#da,27,"t",0
-
- rem turn off italics and turn on IBM chars for 158..254
-
- rc '¢'=27,"5",27,"t",1,27,"6",#9b,27,"t",0
- rc '¦'=#7c
- rc 'ª'=27,"5",27,"t",1,#a6,27,"t",0
- rc '«'=27,"5",27,"t",1,#ae,27,"t",0
- rc '¬'=27,"5",27,"t",1,#aa,27,"t",0
- rc '±'=27,"5",27,"t",1,#f1,27,"t",0
- rc '²'=27,"5",27,"t",1,#fd,27,"t",0
- rc 'µ'=27,"5",27,"t",1,#e6,27,"t",0
- rc '·'=27,"5",27,"t",1,#fa,27,"t",0
- rc 'º'=27,"5",27,"t",1,#a7,27,"t",0
- rc '»'=27,"5",27,"t",1,#af,27,"t",0
- rc '¼'=27,"5",27,"t",1,#ac,27,"t",0
- rc '½'=27,"5",27,"t",1,#ab,27,"t",0
- rc 'Ð'="D",8,"-"
- rc 'á'=27,"5",27,"t",1,#a0,27,"t",0
- rc 'ã'="a",8,"~"
- rc 'í'=27,"5",27,"t",1,#a1,27,"t",0
- rc 'ð'="d",8,"-"
- rc 'ó'=27,"5",27,"t",1,#a2,27,"t",0
- rc 'õ'="o",8,"~"
- rc '÷'=27,"5",27,"t",1,#f6,27,"t",0
- rc 'ú'=27,"5",27,"t",1,#a3,27,"t",0
-
- rem the following widths are in units of 1/360"
-
- width ''=36
- width ''=36
- width ''=36
- width 26 =36
- width '¶'=36
- width '§'=30
-
- 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 'Ç'=35
- width 'ü'=36
- width 'é'=30
- width 'â'=33
- width 'ä'=30
- width 'à'=30
- width 'å'=30
- width 'ç'=30
- width 'ê'=31
- width 'ë'=31
- width 'è'=30
- width 'ï'=31
- width 'î'=30
- width 'ì'=18
- width 'Ä'=36
- width 'Å'=36
- width 'É'=36
- width 'æ'=42
- width 'Æ'=42
- width 'ô'=33
- width 'ö'=30
- width 'ò'=30
- width 'û'=34
- width 'ù'=36
- width 'Ö'=36
- width 'Ü'=42
- width 'ø'=30
- width '£'=30
- width 'Ø'=36
- width 'á'=33
- width 'í'=30
- width 'ó'=33
- width 'Ú'=34
- width 'ñ'=36
- width 'Ñ'=36
- width 'ª'=34
- width 'º'=34
- width '¿'=30
- width '½'=35
- width '¼'=35
- width '¡'=30
- width '«'=33
- width '»'=33
-
- width 'ß'=36
- width 'µ'=35
-
- width '±'=36
- width '÷'=36
- width '°'=24
-