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

  1. rem Standard proportional daisywheel (subset of Diablo 630 codes)
  2.  
  3. cc '@'=27,"&",27,"R"                   ;; reset code
  4. cc 'b'=27,"W"         ; 27,"&"         ;; bold (shadow)
  5. cc 'd'=27,"O"         ; 27,"&"         ;; double strike
  6. cc 's'=27,30,6,27,"U" ; 27,"D",27,30,9 ;; subscript
  7. cc 't'=27,30,6,27,"D" ; 27,"U",27,30,9 ;; superscript
  8. cc 'u'=27,"E"         ; 27,"R"         ;; underline
  9. cc 'r'=27,"A"         ; 27,"B"         ;; ribbon change
  10.  
  11. rc 12=13,12
  12.  
  13. rc '£'="#"
  14.  
  15. IF SWEDISH
  16. rc 'É'=64
  17. rc 'Ä'=91
  18. rc 'Ö'=92
  19. rc 'Å'=93
  20. rc 'Ü'=94
  21. rc 'é'=96
  22. rc 'ä'=123
  23. rc 'ö'=124
  24. rc 'å'=125
  25. rc 'ü'=126
  26. ENDIF
  27. IF GERMAN
  28. rc '§'=64
  29. rc 'Ä'=91
  30. rc 'Ö'=92
  31. rc 'Ü'=93
  32. rc 'ä'=123
  33. rc 'ö'=124
  34. rc 'ü'=125
  35. rc 'ß'=126
  36. ENDIF
  37.  
  38. hl 27,"U"
  39. ab 0,0,0,27,26,"I"
  40.  
  41. rem mc (27,"Q",)27,31,2," ",27,"S"(,27,"P")
  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.