home *** CD-ROM | disk | FTP | other *** search
- rem Diablo 630, Brother HR15/HR25, Epson DX100
- rem Apricot Writer 31XL
-
- cc '@'=27,13,"P",27,"&",27,"R" ;; reset code
- cc 'b'=27,"W" ; 27,"&" ;; bold (shadow)
- cc 'd'=27,"O" ; 27,"&" ;; double strike
- cc 's'=27,30,6,27,"U" ; 27,"D",27,30,9 ;; subscript
- cc 't'=27,30,6,27,"D" ; 27,"U",27,30,9 ;; superscript
- cc 'u'=27,"E" ; 27,"R" ;; underline
- cc 'r'=27,"A" ; 27,"B" ;; ribbon change
-
- rc 12=13,12
-
- rc '£'="#"
-
- IF SWEDISH
- rc 'É'=64
- rc 'Ä'=91
- rc 'Ö'=92
- rc 'Å'=93
- rc 'Ü'=94
- rc 'é'=96
- rc 'ä'=123
- rc 'ö'=124
- rc 'å'=125
- rc 'ü'=126
- ENDIF
- IF GERMAN
- rc '§'=64
- rc 'Ä'=91
- rc 'Ö'=92
- rc 'Ü'=93
- rc 'ä'=123
- rc 'ö'=124
- rc 'ü'=125
- rc 'ß'=126
- ENDIF
-
- hl 27,"U"
- ab 0,0,0,27,26,"I"
-
- mm 3
- mf 1
- cw 12
- pw 10
- cc 'c'=27,31,9 ; 27,"S"
- cc 'e'=27,31,11 ; 27,"S"
- cc 'n'=27,31,13 ; 27,"S"
- cc 'p'=27,"P" ; 27,"Q"
- cc 'l'=27,17,10 ; 27,17,64
-
- width ' '=10,6,8,12,10,14,14,6,6,6,10,10,6,8,6,8
- width '0'=10,10,10,10,10,10,10,10,10,10
- width ':'=6,6,10,10,10,10
- width '@'=16,14,12,14,14,12,12,14,14,6,10,14,12,16
- width 'N'=14,14,12,14,14,10,12,14,12,16,14,14,12
- width '['=10,8,12,10,10
- width '`'=8
- width 'a'=10,10,10,10,10,8,10,10,6,6,10,6,16
- width 'n'=10,10,10,10,8,8,8,10,10,14,10,10,10
- width '{'=10,12,10,12
- width '£'=10
- width '½'=10
- width '¼'=12
- width 'ç'=10
-