home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 56 / ac056a.adf / DIABLO.PPD < prev    next >
Text File  |  1992-10-21  |  1KB  |  66 lines

  1. rem Diablo 630, Brother HR15/HR25, Epson DX100
  2. rem Apricot Writer 31XL
  3.  
  4. cc '@'=27,13,"P",27,"&",27,"R"         ;; reset code
  5. cc 'b'=27,"W"         ; 27,"&"         ;; bold (shadow)
  6. cc 'd'=27,"O"         ; 27,"&"         ;; double strike
  7. cc 's'=27,30,6,27,"U" ; 27,"D",27,30,9 ;; subscript
  8. cc 't'=27,30,6,27,"D" ; 27,"U",27,30,9 ;; superscript
  9. cc 'u'=27,"E"         ; 27,"R"         ;; underline
  10. cc 'r'=27,"A"         ; 27,"B"         ;; ribbon change
  11.  
  12. rc 12=13,12
  13.  
  14. rc '£'="#"
  15.  
  16. IF SWEDISH
  17. rc 'É'=64
  18. rc 'Ä'=91
  19. rc 'Ö'=92
  20. rc 'Å'=93
  21. rc 'Ü'=94
  22. rc 'é'=96
  23. rc 'ä'=123
  24. rc 'ö'=124
  25. rc 'å'=125
  26. rc 'ü'=126
  27. ENDIF
  28. IF GERMAN
  29. rc '§'=64
  30. rc 'Ä'=91
  31. rc 'Ö'=92
  32. rc 'Ü'=93
  33. rc 'ä'=123
  34. rc 'ö'=124
  35. rc 'ü'=125
  36. rc 'ß'=126
  37. ENDIF
  38.  
  39. hl 27,"U"
  40. ab 0,0,0,27,26,"I"
  41.  
  42. mm 3
  43. mf 1
  44. cw 12
  45. pw 10
  46. cc 'c'=27,31,9  ; 27,"S"
  47. cc 'e'=27,31,11 ; 27,"S"
  48. cc 'n'=27,31,13 ; 27,"S"
  49. cc 'p'=27,"P"   ; 27,"Q"
  50. cc 'l'=27,17,10        ; 27,17,64
  51.  
  52. width ' '=10,6,8,12,10,14,14,6,6,6,10,10,6,8,6,8
  53. width '0'=10,10,10,10,10,10,10,10,10,10
  54. width ':'=6,6,10,10,10,10
  55. width '@'=16,14,12,14,14,12,12,14,14,6,10,14,12,16
  56. width 'N'=14,14,12,14,14,10,12,14,12,16,14,14,12
  57. width '['=10,8,12,10,10
  58. width '`'=8
  59. width 'a'=10,10,10,10,10,8,10,10,6,6,10,6,16
  60. width 'n'=10,10,10,10,8,8,8,10,10,14,10,10,10
  61. width '{'=10,12,10,12
  62. width '£'=10
  63. width '½'=10
  64. width '¼'=12
  65. width 'ç'=10
  66.