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

  1. rem Epson GQ3500 Laser Printer with Resident Fonts.
  2.  
  3. rem Portrait fonts only
  4. rem 
  5. rem 'e', 'n' and 'p' are exclusive. Setting one toggles the other off.
  6. rem 'e' uses EDP, 'n' uses Courier and 'p' uses Modern proportional.
  7. rem 'i' is ignored unless an italic font is available.
  8. rem 's' and 't' use EDP char set unless a 15 pitch char set is available.
  9. rem 'l' sets double width
  10. rem 'z' sets 'shaded' background. Top left and bottom right are 
  11. rem     marked with 'z' codes, in similar fashion to 'BOX' mode.
  12. rem Character widths are set for 'p', using Modern Proportional Font
  13.  
  14. cc '@'=27,"@",27,"v",0,1,27,"v",7,1,12,0,17,0,0,0,0,0,0,0,0,0,4,0,6,0,7,0,7,128,+
  15. 63,192,63,224,63,240,63,224,63,192,7,128,7,0,6,0,4,0,27,"v",0,2,27,"v",7,2,12,0,+
  16. 17,0,0,0,0,0,0,0,0,0,0,128,1,128,3,128,7,128,15,240,31,240,63,240,31,240,15,240,+
  17. 7,128,3,128,1,128,0,128,27,"v",0,3,27,"v",7,3,12,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,+
  18. 0,0,15,0,15,0,15,0,15,0,255,240,127,224,63,192,31,128,15,0,6,0,27,"v",0,4,27,"v",+
  19. 7,4,12,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,15,0,31,128,63,192,127,224,255,240,15,+
  20. 0,15,0,15,0,15,0,0,0
  21.  
  22. cc 'b'=27,"E"                ; 27,"F"
  23. cc 'd'=27,"G"                ; 27,"H"
  24. cc 'e'=27,"p",0,27,"y",0,2
  25. cc 'i'=27,"4"                ; 27,"5"
  26. cc 'l'=27,"W",1                ; 27,"W",0
  27. cc 'n'=27,"p",0,27,"y",0,0
  28. cc 'p'=27,"y",0,4,27,"p",1
  29. cc 's'=27,"S",1                ; 27,"T"
  30. cc 't'=27,"S",0                ; 27,"T"
  31. cc 'u'=27,"-",1                ; 27,"-",0
  32. cc "z" 27,"~",3,1            ; 27,"~",0,1
  33.  
  34. hl 27,"J",18
  35.  
  36. mm 4
  37. pw 25
  38. cw 30
  39. mf 1
  40. ff on
  41.  
  42.  
  43. IF PC
  44. rc 24=27,"v",12,3,2,2," "
  45. rc 25=27,"v",12,4,2,2," "
  46. rc 26=27,"v",12,1,2,2," "
  47. rc 27=27,"v",12,2,2,2," "
  48. rc '§'=21
  49. rc 20=27,"v",0,5,27,"v",7,5,12,0,18,0,0,0,0,0,0,0,0,0,15,224,30,224,62,192,54,+
  50. 192,62,192,30,192,14,192,6,192,6,192,6,192,6,192,6,192,6,192,6,192,+
  51. 27,"v",12,5,2,2," "
  52. ENDIF
  53. IF ST
  54. rc 1=27,"v",12,3,2,2," "
  55. rc 2=27,"v",12,4,2,2," "
  56. rc 3=27,"v",12,1,2,2," "
  57. rc 4=27,"v",12,2,2,2," "
  58. rc 158=225
  59. ENDIF
  60.  
  61. rem Modern proportional font
  62. IF PC
  63. width 20=24
  64. width '§',25
  65. width 24=24
  66. width 25=25
  67. width 26=24
  68. width 27=24
  69. width ''=35
  70. ENDIF
  71. IF ST
  72. width 1=24
  73. width 2=25
  74. width 3=24
  75. width 4=24
  76. width 158=26
  77. ENDIF
  78. width ' '=24
  79. width '!'=16,22,26,26,26,26,14,17,17,24,24,14,24,14,18
  80. width '0'=24,24,24,24,24,24,24,24,24,24
  81. width ':'=16,16,21,24,21,22,30
  82. width 'A'=32,29,32,32,29,29,32,33,19,27,32,30,35,31,34,29,34
  83. width 'R'=32,28,29,32,31,35,34,32,28
  84. width '['=23,16,23,24,26,20
  85. width 'a'=27,29,25,29,26,22,27,30,19,18,30,19,35,29,28,29,29
  86. width 'r'=24,25,22,30,29,35,29,27,22
  87. width '{'=24,16,24,24
  88. width 'Ç',32
  89. width 'ü',30
  90. width 'é',26
  91. width 'â',27
  92. width 'ä',27
  93. width 'à',27
  94. width 'å',27
  95. width 'ç',25
  96. width 'ê',26
  97. width 'ë',26
  98. width 'è',26
  99. width 'ï',21
  100. width 'î',21
  101. width 'ì',19
  102. width 'Ä',32
  103. width 'Å',32
  104. width 'É',29
  105. width 'æ',34
  106. width 'Æ',35
  107. width 'ô',28
  108. width 'ö',28
  109. width 'ò',28
  110. width 'û',30
  111. width 'ù',30
  112. width 'ÿ',27
  113. width 'Ö',34
  114. width 'Ü',32
  115. width 'ø',25
  116. width '£',27
  117. width 'Ø',29
  118. width '',23
  119. width 'á',27
  120. width 'í',19
  121. width 'ó',28
  122. width 'ú',30
  123. width 'ñ',29
  124. width 'Ñ',31
  125. width 'ª',27
  126. width 'º',28
  127. width '¿',22
  128. width ''=29
  129. width '¬'=29
  130. width '½',24
  131. width '¼',24
  132. width '¡',16
  133. width '«',32
  134. width '»',32
  135. width ''=28
  136. width 'ß'=26
  137. width ''=28
  138. width ''=27
  139. width ''=29
  140. width ''=28
  141. width 'µ'=29
  142. width ''=23
  143. width ''=31
  144. width ''=25
  145. width ''=30
  146. width ''=26
  147. width ''=31
  148. width ''=28
  149. width ''=27
  150. width ''=29
  151.