Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

726 lines
34 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%
  10. *% Copyright 1996 Splash Technology.
  11. *% for Splash Server version 4.0
  12. *%
  13. *FormatVersion: "4.2"
  14. *FileVersion: "1.0"
  15. *LanguageVersion: Japanese
  16. *LanguageEncoding: JIS83-RKSJ
  17. *Product: "(Acolor SM4.0)"
  18. *PSVersion: "(2015.107) 0"
  19. *ShortNickName: "FX Acolor SM 4.0"
  20. *ModelName: "Acolor SM4.0"
  21. *NickName: "FX Acolor SM4.0 v2015.107"
  22. *PCFileName: "FXSM_M01.PPD"
  23. *% ==== Device Capabilities ===============
  24. *LanguageLevel: "2"
  25. *ColorDevice: True
  26. *DefaultColorSpace: CMYK
  27. *TTRasterizer: Type42
  28. *?TTRasterizer: "
  29. save
  30. 42 /FontType resourcestatus
  31. {pop pop (Type42)}{(None)}ifelse = flush
  32. restore
  33. "
  34. *End
  35. *FreeVM: "4460000"
  36. *VariablePaperSize: False
  37. *FileSystem: True
  38. *?FileSystem: "
  39. save statusdict begin
  40. (False) /diskstatus where{
  41. pop diskstatus exch pop 0 ne {pop (True)} if
  42. }if = flush
  43. end restore
  44. "
  45. *End
  46. *Throughput: "9"
  47. *Password: "0"
  48. *ExitServer: "
  49. count 0 eq
  50. { false } { true exch startjob } ifelse
  51. not {
  52. (WARNING: Cannot modify initial VM.) =
  53. (Missing or invalid password.) =
  54. (Please contact the author of this software.) = flush quit
  55. } if
  56. "
  57. *End
  58. *Reset: "
  59. count 0 eq
  60. { false } { true exch startjob } ifelse
  61. not {
  62. (WARNING: Cannot reset printer.) =
  63. (Missing or invalid password.) =
  64. (Please contact the author of this software.) = flush quit
  65. } if
  66. systemdict /quit get exec
  67. (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70. *DefaultResolution: 400dpi
  71. *?Resolution: "
  72. save
  73. currentpagedevice /HWResolution get
  74. 0 get
  75. ( ) cvs print
  76. (dpi)
  77. = flush
  78. restore
  79. "
  80. *End
  81. *% =============== Halftone Information ===============
  82. *% Halftone Information ===============
  83. *ScreenFreq: "400.0"
  84. *ScreenAngle: "0.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. { 180 mul cos exch 180 mul cos add 2 div}
  88. "
  89. *End
  90. *SpotFunctionLine: "{ pop }"
  91. *SpotFunctionEllipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95. *% Paper Handling ===================
  96. *% Code in this section both selects a tray and sets up a frame buffer.
  97. *% *UIConstraints: *InputSlot Tray1 *RA_G_BypassOptions
  98. *% *UIConstraints: *InputSlot Tray2 *RA_G_BypassOptions
  99. *% *UIConstraints: *InputSlot Tray3 *RA_G_BypassOptions
  100. *% *UIConstraints: *RA_G_BypassOptions *InputSlot Tray1
  101. *% *UIConstraints: *RA_G_BypassOptions *InputSlot Tray2
  102. *% *UIConstraints: *RA_G_BypassOptions *InputSlot Tray3
  103. *% *UIConstraints: *RA_A_RGBRenderingStyle None *RA_B_RGBGamma
  104. *% *UIConstraints: *RA_A_RGBRenderingStyle None *RA_C_RGBWhitepoint
  105. *% *UIConstraints: *RA_B_RGBGamma *RA_A_RGBRenderingStyle None
  106. *% *UIConstraints: *RA_C_RGBWhitepoint *RA_A_RGBRenderingStyle None
  107. *% *UIConstraints: *RA_E_ColorModel Gray *RA_A_RGBRenderingStyle
  108. *% *UIConstraints: *RA_E_ColorModel Gray *RA_B_RGBGamma
  109. *% *UIConstraints: *RA_E_ColorModel Gray *RA_C_RGBWhitepoint
  110. *% *UIConstraints: *RA_E_ColorModel Gray *RA_D_CMYKPressProfile
  111. *% *UIConstraints: *RA_A_RGBRenderingStyle *RA_E_ColorModel Gray
  112. *% *UIConstraints: *RA_B_RGBGamma *RA_E_ColorModel Gray
  113. *% *UIConstraints: *RA_C_RGBWhitepoint *RA_E_ColorModel Gray
  114. *% *UIConstraints: *RA_D_CMYKPressProfile *RA_E_ColorModel Gray
  115. *OpenUI *PageSize: PickOne
  116. *OrderDependency: 160 AnySetup *PageSize
  117. *DefaultPageSize: A4L
  118. *PageSize A3: "/a3 where {a3 pop} if"
  119. *PageSize A4/A4: "/a4 where {a4 pop} if"
  120. *PageSize A4L/A4L: "/a4L where {a4L pop} if"
  121. *PageSize B4: "/b4 where {b4 pop} if"
  122. *PageSize B5/B5: "/b5 where {b5 pop} if"
  123. *PageSize B5L/B5L: "/b5L where {b5L pop} if"
  124. *PageSize Letter/���^�[: "/letter where {letter pop} if"
  125. *PageSize LetterL/���^�[L: "/letterL where {letterL pop} if"
  126. *PageSize Legal/���[�K��: "/legal where {legal pop} if"
  127. *?PageSize: "
  128. save
  129. currentpagedevice /PageSize get aload pop
  130. 2 copy gt {exch} if
  131. (Unknown)
  132. 10 dict
  133. dup [842 1191] (A3) put
  134. dup [595 842] (A4) put
  135. dup [842 595] (A4L) put
  136. dup [728 1032] (B4) put
  137. dup [516 729] (B5) put
  138. dup [729 516] (B5L) put
  139. dup [612 792] (Letter) put
  140. dup [792 612] (LetterL) put
  141. dup [612 1008] (Legal) put
  142. { exch aload pop 4 index sub abs 5 le exch
  143. 5 index sub abs 5 le and
  144. {exch pop exit} {pop} ifelse
  145. } bind forall
  146. = flush pop pop
  147. restore
  148. "
  149. *End
  150. *CloseUI: *PageSize
  151. *OpenUI *PageRegion: PickOne
  152. *OrderDependency: 160 AnySetup *PageRegion
  153. *DefaultPageRegion: A4L
  154. *PageRegion A3: "statusdict/a3tray known {statusdict/a3tray get exec} if"
  155. *PageRegion A4/A4: "statusdict/a4tray known {statusdict/a4tray get exec} if"
  156. *PageRegion A4L/A4L: "/a4L where {a4L pop} if"
  157. *PageRegion B4: "/b4 where {b4 pop} if"
  158. *PageRegion B5: "statusdict/b5tray known {statusdict/b5tray get exec} if"
  159. *PageRegion B5L/B5L: "/b5L where {b5L pop} if"
  160. *PageRegion Letter/���^�[: "statusdict/lettertray known {statusdict/lettertray get exec} if"
  161. *PageRegion LetterL/���^�[L: "/letterL where {letterL pop} if"
  162. *PageRegion Legal/���[�K��: "statusdict/legaltray known {statusdict/legaltray get exec} if"
  163. *CloseUI: *PageRegion
  164. *DefaultPaperTray: OnlyOne
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: A4L
  167. *ImageableArea A3: "11 11 831 1165"
  168. *ImageableArea A4/A4: "11 11 584 816"
  169. *ImageableArea A4L/A4L: "25 11 584 831"
  170. *ImageableArea B4: "11 11 717 1006"
  171. *ImageableArea B5/B5: "11 11 505 703"
  172. *ImageableArea B5L/B5L: "25 11 505 717"
  173. *ImageableArea Letter/���^�[: "11 11 601 766"
  174. *ImageableArea LetterL/���^�[L: "25 11 601 781"
  175. *ImageableArea Legal/���[�K��: "11 11 601 983"
  176. *?ImageableArea: "
  177. save
  178. /cvp { ( ) cvs print ( ) print } bind def
  179. /upperright {10000 mul floor 10000 div} bind def
  180. /lowerleft {10000 mul ceiling 10000 div} bind def
  181. newpath clippath pathbbox
  182. 4 -2 roll exch 2 {lowerleft cvp} repeat
  183. exch 2 {upperright cvp} repeat flush
  184. restore
  185. "
  186. *End
  187. *DefaultPaperDimension: A4L
  188. *PaperDimension A3: "842 1191"
  189. *PaperDimension A4/A4: "596 842"
  190. *PaperDimension A4L/A4L: "595 842"
  191. *PaperDimension B4: "729 1032"
  192. *PaperDimension B5/B5: "516 729"
  193. *PaperDimension B5L/B5L: "515 729"
  194. *PaperDimension Letter/���^�[: "612 792"
  195. *PaperDimension LetterL/���^�[L: "611 792"
  196. *PaperDimension Legal/���[�K��: "612 1008"
  197. *RequiresPageRegion All: True
  198. *OpenUI *InputSlot: PickOne
  199. *OrderDependency: 20 AnySetup *InputSlot
  200. *InputSlot Tray1/�g���C�P: "statusdict/SMT_ForceTray known {(1) statusdict/SMT_ForceTray get exec}if"
  201. *InputSlot Tray2/�g���C�Q: "statusdict/SMT_ForceTray known {(2) statusdict/SMT_ForceTray get exec}if"
  202. *InputSlot Tray3/�g���C�R: "statusdict/SMT_ForceTray known {(3) statusdict/SMT_ForceTray get exec}if"
  203. *InputSlot BypassTray/�荷��: "statusdict/SMT_SetManualFeed known {statusdict/SMT_SetManualFeed get exec}if"
  204. *?InputSlot: "
  205. save
  206. 4 dict
  207. dup /0 (Tray1) put
  208. dup /1 (Tray2) put
  209. dup /2 (Tray3) put
  210. dup /3 (BypassTray) put
  211. currentpagedevice /InputAttributes get
  212. dup /Priority known
  213. { /Priority get 0 get ( ) cvs cvn get }
  214. {
  215. dup length 1 eq
  216. { {pop} forall ( ) cvs cvn get }
  217. { pop pop (Unknown) } ifelse
  218. } ifelse
  219. = flush
  220. restore
  221. "
  222. *End
  223. *CloseUI: *InputSlot
  224. *OpenUI *RA_A_RGBRenderingStyle/RGB�F�␳: PickOne
  225. *OrderDependency: 20 AnySetup *RA_A_RGBRenderingStyle
  226. *DefaultRA_A_RGBRenderingStyle: None
  227. *RA_A_RGBRenderingStyle None/RGB�F�␳���g�p���Ȃ�: "statusdict/SMT_RGBColorMatchOff known {statusdict/SMT_RGBColorMatchOff get exec}if"
  228. *RA_A_RGBRenderingStyle Graphics/�r�W�l�X����: "statusdict/SMT_RGBGraphics known {statusdict/SMT_RGBGraphics get exec}if"
  229. *RA_A_RGBRenderingStyle Photographic/�ʐ^: "statusdict/SMT_RGBPhoto known {statusdict/SMT_RGBPhoto get exec}if"
  230. *CloseUI: *RA_A_RGBRenderingStyle
  231. *OpenUI *RA_B_RGBGamma/RGB �K���}: PickOne
  232. *OrderDependency: 30 AnySetup *RA_B_RGBGamma
  233. *DefaultRA_B_RGBGamma: Normal
  234. *RA_B_RGBGamma LIghtest/���薾�邢(1.0): "statusdict/SMT_RGBGammaLightest known {statusdict/SMT_RGBGammaLightest get exec}if"
  235. *RA_B_RGBGamma Light/���邢(1.4): "statusdict/SMT_RGBGammaLight known {statusdict/SMT_RGBGammaLight get exec}if"
  236. *RA_B_RGBGamma Normal/�ӂ‚�(1.8): "statusdict/SMT_RGBGammaNormal known {statusdict/SMT_RGBGammaNormal get exec}if"
  237. *RA_B_RGBGamma Dark/��(2.2): "statusdict/SMT_RGBGammaDark known {statusdict/SMT_RGBGammaDark get exec}if"
  238. *RA_B_RGBGamma Darkest/������(2.6): "statusdict/SMT_RGBGammaDarkest known {statusdict/SMT_RGBGammaDarkest get exec}if"
  239. *CloseUI: *RA_B_RGBGamma
  240. *OpenUI *RA_C_RGBWhitepoint/RGB �z���C�g�|�C���g: PickOne
  241. *OrderDependency: 40 AnySetup *RA_C_RGBWhitepoint
  242. *DefaultRA_C_RGBWhitepoint: D65
  243. *RA_C_RGBWhitepoint D50/���≩�F��(D50 Proofing): "statusdict/SMT_RGBWhitepointYellow known {statusdict/SMT_RGBWhitepointYellow get exec}if"
  244. *RA_C_RGBWhitepoint D65/�ӂ‚� (D65): "statusdict/SMT_RGBWhitepointNormal known {statusdict/SMT_RGBWhitepointNormal get exec}if"
  245. *RA_C_RGBWhitepoint 9300/�����‚� (9300): "statusdict/SMT_RGBWhitepointBlue known {statusdict/SMT_RGBWhitepointBlue get exec}if"
  246. *CloseUI: *RA_C_RGBWhitepoint
  247. *OpenUI *RA_D_CMYKPressProfile/CMYK�F�␳: PickOne
  248. *OrderDependency: 50 AnySetup *RA_D_CMYKPressProfile
  249. *DefaultRA_D_CMYKPressProfile: None
  250. *RA_D_CMYKPressProfile None/CMYK�F�␳���g�p���Ȃ�: "statusdict/SMT_CMYKColorMatchOff known {statusdict/SMT_CMYKColorMatchOff get exec}if"
  251. *RA_D_CMYKPressProfile TypeDInks/Type D Inks: "statusdict/SMT_CMYKColorMatchSWOP known {statusdict/SMT_CMYKColorMatchSWOP get exec}if"
  252. *RA_D_CMYKPressProfile JapanesePressInks/Japanese Press Inks: "statusdict/SMT_CMYKColorMatchPressInksJ known {statusdict/SMT_CMYKColorMatchPressInksJ get exec}if"
  253. *RA_D_CMYKPressProfile Euroscale/Euroscale: "statusdict/SMT_CMYKColorMatchEuroscaleJ known {statusdict/SMT_CMYKColorMatchEuroscaleJ get exec}if"
  254. *RA_D_CMYKPressProfile Custom/Custom: "statusdict/SMT_CMYKColorMatchCustom known {statusdict/SMT_CMYKColorMatchCustom get exec}if"
  255. *CloseUI: *RA_D_CMYKPressProfile
  256. *OpenUI *RA_E_ColorModel/�J���[���[�h: PickOne
  257. *OrderDependency: 60 AnySetup *RA_E_ColorModel
  258. *DefaultRA_E_ColorModel: Color32
  259. *RA_E_ColorModel Color32/�J���[(CMYK): ""
  260. *RA_E_ColorModel Gray/�O���C�X�P�[��(K): "statusdict/SMT_GrayColorModel known {statusdict/SMT_GrayColorModel get exec}if"
  261. *CloseUI: *RA_E_ColorModel
  262. *OpenUI *RA_F_PrinterMode/�v�����^���[�h: PickOne
  263. *OrderDependency: 70 AnySetup *RA_F_PrinterMode
  264. *DefaultRA_F_PrinterMode: Contone
  265. *RA_F_PrinterMode Contone/�A���K��: ""
  266. *RA_F_PrinterMode Screened/�X�N���[��: "statusdict/SMT_ForceScreening known {statusdict/SMT_ForceScreening get exec}if"
  267. *CloseUI: *RA_F_PrinterMode
  268. *OpenUI *RA_G_BypassOptions/�荷�����[�h: PickOne
  269. *OrderDependency: 80 AnySetup *RA_G_BypassOptions
  270. *DefaultRA_G_BypassOptions: Normal
  271. *RA_G_BypassOptions Normal/�ʏ� (���EOHP): "statusdict/SMT_PaperThickness known {(0) statusdict/SMT_PaperThickness get exec}if"
  272. *RA_G_BypassOptions Thick/����: "statusdict/SMT_PaperThickness known {(1) statusdict/SMT_PaperThickness get exec}if"
  273. *RA_G_BypassOptions Interleave/OHP����: "statusdict/SMT_PaperThickness known {(3) statusdict/SMT_PaperThickness get exec}if"
  274. *RA_G_BypassOptions Transparency/A3�t�B����: "statusdict/SMT_PaperThickness known {(2) statusdict/SMT_PaperThickness get exec}if"
  275. *CloseUI: *RA_G_BypassOptions
  276. *OpenUI *RA_G_Sorter/�\�[�^�[���[�h: PickOne
  277. *OrderDependency: 90 AnySetup *RA_G_Sorter
  278. *DefaultRA_G_Sorter: Stacker_2
  279. *RA_G_Sorter Stacker_2/�R�s�[����: "statusdict/SMT_Ext_Com known {(0) (SuperMac_Sorter) statusdict /SMT_Ext_Com get exec} if"
  280. *RA_G_Sorter Sorter_1/������: "statusdict/SMT_Ext_Com known {(1) (SuperMac_Sorter) statusdict /SMT_Ext_Com get exec} if"
  281. *RA_G_Sorter Sorter_2/�X�^�b�N: "statusdict/SMT_Ext_Com known {(2) (SuperMac_Sorter) statusdict /SMT_Ext_Com get exec} if"
  282. *CloseUI: *RA_G_Sorter
  283. *OpenUI *RA_H_ImageType/���e�^�C�v: PickOne
  284. *OrderDependency: 100 AnySetup *RA_H_ImageType
  285. *DefaultRA_H_ImageType: Photo
  286. *RA_H_ImageType Photo/�ʐ^: "statusdict/SMT_Ext_Com known {(2) (SuperMac_OriginalType) statusdict /SMT_Ext_Com get exec} if"
  287. *RA_H_ImageType Map/�n�}: "statusdict/SMT_Ext_Com known {(3) (SuperMac_OriginalType) statusdict /SMT_Ext_Com get exec} if"
  288. *CloseUI: *RA_H_ImageType
  289. *OpenUI *RA_I_Sharpness/�V���[�v�l�X: PickOne
  290. *OrderDependency: 110 AnySetup *RA_I_Sharpness
  291. *DefaultRA_I_Sharpness: Normal
  292. *RA_I_Sharpness Softest/�キ: "statusdict/SMT_Ext_Com known {(0) (SuperMac_Sharpness) statusdict /SMT_Ext_Com get exec} if"
  293. *RA_I_Sharpness Soft/�����キ: "statusdict/SMT_Ext_Com known {(1) (SuperMac_Sharpness) statusdict /SMT_Ext_Com get exec} if"
  294. *RA_I_Sharpness Normal/�ӂ‚�: "statusdict/SMT_Ext_Com known {(2) (SuperMac_Sharpness) statusdict /SMT_Ext_Com get exec} if"
  295. *RA_I_Sharpness Sharp/���⋭��: "statusdict/SMT_Ext_Com known {(3) (SuperMac_Sharpness) statusdict /SMT_Ext_Com get exec} if"
  296. *RA_I_Sharpness Sharpest/����: "statusdict/SMT_Ext_Com known {(4) (SuperMac_Sharpness) statusdict /SMT_Ext_Com get exec} if"
  297. *CloseUI: *RA_I_Sharpness
  298. *OpenUI *RA_J_Separations/�F���ł̍���: PickOne
  299. *OrderDependency: 120 AnySetup *RA_J_Separations
  300. *DefaultRA_J_Separations: Composite
  301. *RA_J_Separations Composite/�W������: ""
  302. *RA_J_Separations Seps2/QuarkXPress Style: "userdict/smtSeps known {(Quark) userdict/smtSeps get exec} if"
  303. *RA_J_Separations Seps1/PageMaker Style: "userdict/smtSeps known {(PageMaker) userdict/smtSeps get exec} if"
  304. *RA_J_Separations Seps3/Freehand Style: "userdict/smtSeps known {(Freehand) userdict/smtSeps get exec} if"
  305. *RA_J_Separations Seps4/Canvas Style: "userdict/smtSeps known {(Canvas) userdict/smtSeps get exec} if"
  306. *RA_J_Separations Seps5/CorelDraw Style: "userdict/smtSeps known {(CorelDraw) userdict/smtSeps get exec} if"
  307. *CloseUI: *RA_J_Separations
  308. *OpenUI *RA_K_SaveTIFF/�s�h�e�e�t�@�C���ŕۑ�: PickOne
  309. *OrderDependency: 130 AnySetup *RA_K_SaveTIFF
  310. *DefaultRA_K_SaveTIFF: NoSave
  311. *RA_K_SaveTIFF NoSave/�ۑ����Ȃ�: ""
  312. *RA_K_SaveTIFF Save400/400 DPI: "userdict/smtSaveAsTIFF known {(400) userdict/smtSaveAsTIFF get exec} if"
  313. *RA_K_SaveTIFF Save200/200 DPI: "userdict/smtSaveAsTIFF known {(200) userdict/smtSaveAsTIFF get exec} if"
  314. *RA_K_SaveTIFF Save72/72 DPI: "userdict/smtSaveAsTIFF known {(72) userdict/smtSaveAsTIFF get exec} if"
  315. *CloseUI: *RA_K_SaveTIFF
  316. *OpenUI *RA_L_Requeue/�X�v�[���t�@�C���̕ۑ�: PickOne
  317. *OrderDependency: 140 AnySetup *RA_L_Requeue
  318. *DefaultRA_L_Requeue: NoReQueue
  319. *RA_L_Requeue NoReQueue/�ۑ����Ȃ�: ""
  320. *RA_L_Requeue ReQueue/�ۑ�����: "userdict/smtRequeueJob known {userdict/smtRequeueJob get exec} if"
  321. *CloseUI: *RA_L_Requeue
  322. *OpenUI *RA_M_AutoBlack/�O���C�X�P�[���������o: PickOne
  323. *OrderDependency: 150 AnySetup *RA_M_AutoBlack
  324. *DefaultRA_M_AutoBlack: AutoBlackDetect
  325. *RA_M_AutoBlack NoAutoBlackDetect/���Ȃ�: "userdict/smtNoAutoBlackDetect known {userdict/smtNoAutoBlackDetect get exec} if"
  326. *RA_M_AutoBlack AutoBlackDetect/����: ""
  327. *CloseUI: *RA_M_AutoBlack
  328. *% *DefaultOutputBin: OnlyOne
  329. *DefaultOutputOrder: Normal
  330. *JobPatchFile 10: "%%SMTUseRIPWhileReceive
  331. statusdict/SMT_UseRIPWhileReceive known {statusdict/SMT_UseRIPWhileReceive get exec} if"
  332. *End
  333. *% =============== Font Information =====================
  334. *DefaultFont: FutoMinA101-Bold-83pv-RKSJ-H
  335. *Font AvantGarde-Book: Standard "(001.002)" Standard Disk
  336. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard Disk
  337. *Font AvantGarde-Demi: Standard "(001.003)" Standard Disk
  338. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard Disk
  339. *Font Bookman-Demi: Standard "(001.003)" Standard Disk
  340. *Font Bookman-DemiItalic: Standard "(001.003)" Standard Disk
  341. *Font Bookman-Light: Standard "(001.003)" Standard Disk
  342. *Font Bookman-LightItalic: Standard "(001.003)" Standard Disk
  343. *Font Courier: Standard "(002.003)" Standard Disk
  344. *Font Courier-Bold: Standard "(002.003)" Standard Disk
  345. *Font Courier-BoldOblique: Standard "(002.003)" Standard Disk
  346. *Font Courier-Oblique: Standard "(002.003)" Standard Disk
  347. *Font Helvetica: Standard "(001.006)" Standard Disk
  348. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  349. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  350. *Font Helvetica-Condensed: Standard "(001.003)" Standard Disk
  351. *Font Helvetica-Condensed-Bold: Standard "(001.004)" Standard Disk
  352. *Font Helvetica-Condensed-BoldObl: Standard "(001.004)" Standard Disk
  353. *Font Helvetica-Condensed-Oblique: Standard "(001.003)" Standard Disk
  354. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  355. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  356. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  357. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  358. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  359. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard Disk
  360. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard Disk
  361. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard Disk
  362. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard Disk
  363. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  364. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  365. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  366. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  367. *Font Symbol: Special "(001.007)" Special Disk
  368. *Font Times-Bold: Standard "(001.007)" Standard Disk
  369. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  370. *Font Times-Italic: Standard "(001.007)" Standard Disk
  371. *Font Times-Roman: Standard "(001.007)" Standard Disk
  372. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard Disk
  373. *Font ZapfDingbats: Special "(001.004)" Special Disk
  374. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(001.004)" 83pv Disk
  375. *Font FutoGoB101-Bold-83pv-SuppA-H: Special "(001.004)" 83pv Disk
  376. *Font FutoGoB101-Bold-83pv-SuppB-H: Special "(001.004)" 83pv Disk
  377. *Font FutoGoB101-Bold-Add-H: JIS "(001.004)" Add Disk
  378. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(001.004)" Add Disk
  379. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(001.004)" Add Disk
  380. *Font FutoGoB101-Bold-Add-SuppA-H: Special "(001.004)" Add Disk
  381. *Font FutoGoB101-Bold-Add-SuppA-V: Special "(001.004)" Add Disk
  382. *Font FutoGoB101-Bold-Add-SuppB-HV: Special "(001.004)" Add Disk
  383. *Font FutoGoB101-Bold-Add-V: JIS "(001.004)" Add Disk
  384. *Font FutoGoB101-Bold-EUC-H: EUC "(001.004)" JIS-83 Disk
  385. *Font FutoGoB101-Bold-EUC-V: EUC "(001.004)" JIS-83 Disk
  386. *Font FutoGoB101-Bold-Ext-H: JIS "(001.004)" Ext Disk
  387. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(001.004)" Ext Disk
  388. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(001.004)" Ext Disk
  389. *Font FutoGoB101-Bold-Ext-SuppA-H: Special "(001.004)" Ext Disk
  390. *Font FutoGoB101-Bold-Ext-SuppA-V: Special "(001.004)" Ext Disk
  391. *Font FutoGoB101-Bold-Ext-SuppB-HV: Special "(001.004)" Ext Disk
  392. *Font FutoGoB101-Bold-Ext-V: JIS "(001.004)" Ext Disk
  393. *Font FutoGoB101-Bold-H: JIS "(001.004)" JIS-83 Disk
  394. *Font FutoGoB101-Bold-JIS.zm_23: Special "(001.004)" Special Disk
  395. *Font FutoGoB101-Bold-JIS.zm_29: Special "(001.004)" Special Disk
  396. *Font FutoGoB101-Bold-JIS.zm_2E: Special "(001.004)" Special Disk
  397. *Font FutoGoB101-Bold-NWP-H: JIS "(001.004)" NWP Disk
  398. *Font FutoGoB101-Bold-NWP-V: JIS "(001.004)" NWP Disk
  399. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(001.004)" JIS-83 Disk
  400. *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  401. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(001.004)" JIS-83 Disk
  402. *Font FutoGoB101-Bold-SJ.zm_82: Special "(001.004)" Special Disk
  403. *Font FutoGoB101-Bold-SJ.zm_82v: Special "(001.004)" Special Disk
  404. *Font FutoGoB101-Bold-SJ.zm_85: Special "(001.004)" Special Disk
  405. *Font FutoGoB101-Bold-SuppA-H: Special "(001.004)" Special Disk
  406. *Font FutoGoB101-Bold-SuppA-V: Special "(001.004)" Special Disk
  407. *Font FutoGoB101-Bold-SuppB-HV: Special "(001.004)" Special Disk
  408. *Font FutoGoB101-Bold-V: JIS "(001.004)" JIS-83 Disk
  409. *Font FutoGoB101-Bold.Hankaku: Special "(001.004)" Special Disk
  410. *Font FutoGoB101-Bold.Hiragana: Special "(001.004)" Special Disk
  411. *Font FutoGoB101-Bold.Katakana: Special "(001.004)" Special Disk
  412. *Font FutoGoB101-Bold.Oubun: Special "(001.004)" Special Disk
  413. *Font FutoGoB101-Bold.Oubun-Add: Special "(001.004)" Special Disk
  414. *Font FutoGoB101-Bold.Roman: Special "(001.004)" Special Disk
  415. *Font FutoGoB101-Bold.Roman83pv: Special "(001.004)" Special Disk
  416. *Font FutoGoB101-Bold.SuppK: Special "(001.004)" Special Disk
  417. *Font FutoGoB101-Bold.WP-Symbol: Special "(001.004)" Special Disk
  418. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(001.004)" 83pv Disk
  419. *Font FutoMinA101-Bold-83pv-SuppA-H: Special "(001.004)" 83pv Disk
  420. *Font FutoMinA101-Bold-83pv-SuppB-H: Special "(001.004)" 83pv Disk
  421. *Font FutoMinA101-Bold-Add-H: JIS "(001.004)" Add Disk
  422. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(001.004)" Add Disk
  423. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(001.004)" Add Disk
  424. *Font FutoMinA101-Bold-Add-SuppA-H: Special "(001.004)" Add Disk
  425. *Font FutoMinA101-Bold-Add-SuppA-V: Special "(001.004)" Add Disk
  426. *Font FutoMinA101-Bold-Add-SuppB-HV: Special "(001.004)" Add Disk
  427. *Font FutoMinA101-Bold-Add-V: JIS "(001.004)" Add Disk
  428. *Font FutoMinA101-Bold-EUC-H: EUC "(001.004)" JIS-83 Disk
  429. *Font FutoMinA101-Bold-EUC-V: EUC "(001.004)" JIS-83 Disk
  430. *Font FutoMinA101-Bold-Ext-H: JIS "(001.004)" Ext Disk
  431. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(001.004)" Ext Disk
  432. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(001.004)" Ext Disk
  433. *Font FutoMinA101-Bold-Ext-SuppA-H: Special "(001.004)" Ext Disk
  434. *Font FutoMinA101-Bold-Ext-SuppA-V: Special "(001.004)" Ext Disk
  435. *Font FutoMinA101-Bold-Ext-SuppB-HV: Special "(001.004)" Ext Disk
  436. *Font FutoMinA101-Bold-Ext-V: JIS "(001.004)" Ext Disk
  437. *Font FutoMinA101-Bold-H: JIS "(001.004)" JIS-83 Disk
  438. *Font FutoMinA101-Bold-JIS.zm_23: Special "(001.004)" Special Disk
  439. *Font FutoMinA101-Bold-JIS.zm_29: Special "(001.004)" Special Disk
  440. *Font FutoMinA101-Bold-JIS.zm_2E: Special "(001.004)" Special Disk
  441. *Font FutoMinA101-Bold-NWP-H: JIS "(001.004)" NWP Disk
  442. *Font FutoMinA101-Bold-NWP-V: JIS "(001.004)" NWP Disk
  443. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(001.004)" JIS-83 Disk
  444. *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  445. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(001.004)" JIS-83 Disk
  446. *Font FutoMinA101-Bold-SJ.zm_82: Special "(001.004)" Special Disk
  447. *Font FutoMinA101-Bold-SJ.zm_82v: Special "(001.004)" Special Disk
  448. *Font FutoMinA101-Bold-SJ.zm_85: Special "(001.004)" Special Disk
  449. *Font FutoMinA101-Bold-SuppA-H: Special "(001.004)" Special Disk
  450. *Font FutoMinA101-Bold-SuppA-V: Special "(001.004)" Special Disk
  451. *Font FutoMinA101-Bold-SuppB-HV: Special "(001.004)" Special Disk
  452. *Font FutoMinA101-Bold-V: JIS "(001.004)" JIS-83 Disk
  453. *Font FutoMinA101-Bold.Hankaku: Special "(001.004)" Special Disk
  454. *Font FutoMinA101-Bold.Hiragana: Special "(001.004)" Special Disk
  455. *Font FutoMinA101-Bold.Katakana: Special "(001.004)" Special Disk
  456. *Font FutoMinA101-Bold.Oubun: Special "(001.004)" Special Disk
  457. *Font FutoMinA101-Bold.Oubun-Add: Special "(001.004)" Special Disk
  458. *Font FutoMinA101-Bold.Roman: Special "(001.004)" Special Disk
  459. *Font FutoMinA101-Bold.Roman83pv: Special "(001.004)" Special Disk
  460. *Font FutoMinA101-Bold.SuppK: Special "(001.004)" Special Disk
  461. *Font FutoMinA101-Bold.WP-Symbol: Special "(001.004)" Special Disk
  462. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(001.004)" 83pv Disk
  463. *Font GothicBBB-Medium-83pv-SuppA-H: Special "(001.004)" 83pv Disk
  464. *Font GothicBBB-Medium-83pv-SuppB-H: Special "(001.004)" 83pv Disk
  465. *Font GothicBBB-Medium-Add-H: JIS "(001.004)" Add Disk
  466. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(001.004)" Add Disk
  467. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(001.004)" Add Disk
  468. *Font GothicBBB-Medium-Add-SuppA-H: Special "(001.004)" Add Disk
  469. *Font GothicBBB-Medium-Add-SuppA-V: Special "(001.004)" Add Disk
  470. *Font GothicBBB-Medium-Add-SuppB-HV: Special "(001.004)" Add Disk
  471. *Font GothicBBB-Medium-Add-V: JIS "(001.004)" Add Disk
  472. *Font GothicBBB-Medium-EUC-H: EUC "(001.004)" JIS-83 Disk
  473. *Font GothicBBB-Medium-EUC-V: EUC "(001.004)" JIS-83 Disk
  474. *Font GothicBBB-Medium-Ext-H: JIS "(001.004)" Ext Disk
  475. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(001.004)" Ext Disk
  476. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(001.004)" Ext Disk
  477. *Font GothicBBB-Medium-Ext-SuppA-H: Special "(001.004)" Ext Disk
  478. *Font GothicBBB-Medium-Ext-SuppA-V: Special "(001.004)" Ext Disk
  479. *Font GothicBBB-Medium-Ext-SuppB-HV: Special "(001.004)" Ext Disk
  480. *Font GothicBBB-Medium-Ext-V: JIS "(001.004)" Ext Disk
  481. *Font GothicBBB-Medium-H: JIS "(001.004)" JIS-83 Disk
  482. *Font GothicBBB-Medium-JIS.zm_23: Special "(001.004)" Special Disk
  483. *Font GothicBBB-Medium-JIS.zm_29: Special "(001.004)" Special Disk
  484. *Font GothicBBB-Medium-JIS.zm_2E: Special "(001.004)" Special Disk
  485. *Font GothicBBB-Medium-NWP-H: JIS "(001.004)" NWP Disk
  486. *Font GothicBBB-Medium-NWP-V: JIS "(001.004)" NWP Disk
  487. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(001.004)" JIS-83 Disk
  488. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  489. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(001.004)" JIS-83 Disk
  490. *Font GothicBBB-Medium-SJ.zm_82: Special "(001.004)" Special Disk
  491. *Font GothicBBB-Medium-SJ.zm_82v: Special "(001.004)" Special Disk
  492. *Font GothicBBB-Medium-SJ.zm_85: Special "(001.004)" Special Disk
  493. *Font GothicBBB-Medium-SuppA-H: Special "(001.004)" Special Disk
  494. *Font GothicBBB-Medium-SuppA-V: Special "(001.004)" Special Disk
  495. *Font GothicBBB-Medium-SuppB-HV: Special "(001.004)" Special Disk
  496. *Font GothicBBB-Medium-V: JIS "(001.004)" JIS-83 Disk
  497. *Font GothicBBB-Medium.Hankaku: Special "(001.004)" Special Disk
  498. *Font GothicBBB-Medium.Hiragana: Special "(001.004)" Special Disk
  499. *Font GothicBBB-Medium.Katakana: Special "(001.004)" Special Disk
  500. *Font GothicBBB-Medium.Oubun: Special "(001.004)" Special Disk
  501. *Font GothicBBB-Medium.Oubun-Add: Special "(001.004)" Special Disk
  502. *Font GothicBBB-Medium.Roman: Special "(001.004)" Special Disk
  503. *Font GothicBBB-Medium.Roman83pv: Special "(001.004)" Special Disk
  504. *Font GothicBBB-Medium.SuppK: Special "(001.004)" Special Disk
  505. *Font GothicBBB-Medium.WP-Symbol: Special "(001.004)" Special Disk
  506. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(001.004)" 83pv Disk
  507. *Font Jun101-Light-83pv-SuppA-H: Special "(001.004)" 83pv Disk
  508. *Font Jun101-Light-83pv-SuppB-H: Special "(001.004)" 83pv Disk
  509. *Font Jun101-Light-Add-H: JIS "(001.004)" Add Disk
  510. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(001.004)" Add Disk
  511. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(001.004)" Add Disk
  512. *Font Jun101-Light-Add-SuppA-H: Special "(001.004)" Add Disk
  513. *Font Jun101-Light-Add-SuppA-V: Special "(001.004)" Add Disk
  514. *Font Jun101-Light-Add-SuppB-HV: Special "(001.004)" Add Disk
  515. *Font Jun101-Light-Add-V: JIS "(001.004)" Add Disk
  516. *Font Jun101-Light-EUC-H: EUC "(001.004)" JIS-83 Disk
  517. *Font Jun101-Light-EUC-V: EUC "(001.004)" JIS-83 Disk
  518. *Font Jun101-Light-Ext-H: JIS "(001.004)" Ext Disk
  519. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(001.004)" Ext Disk
  520. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(001.004)" Ext Disk
  521. *Font Jun101-Light-Ext-SuppA-H: Special "(001.004)" Ext Disk
  522. *Font Jun101-Light-Ext-SuppA-V: Special "(001.004)" Ext Disk
  523. *Font Jun101-Light-Ext-SuppB-HV: Special "(001.004)" Ext Disk
  524. *Font Jun101-Light-Ext-V: JIS "(001.004)" Ext Disk
  525. *Font Jun101-Light-H: JIS "(001.004)" JIS-83 Disk
  526. *Font Jun101-Light-JIS.zm_23: Special "(001.004)" Special Disk
  527. *Font Jun101-Light-JIS.zm_29: Special "(001.004)" Special Disk
  528. *Font Jun101-Light-JIS.zm_2E: Special "(001.004)" Special Disk
  529. *Font Jun101-Light-NWP-H: JIS "(001.004)" NWP Disk
  530. *Font Jun101-Light-NWP-V: JIS "(001.004)" NWP Disk
  531. *Font Jun101-Light-RKSJ-H: RKSJ "(001.004)" JIS-83 Disk
  532. *Font Jun101-Light-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  533. *Font Jun101-Light-RKSJ-V: RKSJ "(001.004)" JIS-83 Disk
  534. *Font Jun101-Light-SJ.zm_82: Special "(001.004)" Special Disk
  535. *Font Jun101-Light-SJ.zm_82v: Special "(001.004)" Special Disk
  536. *Font Jun101-Light-SJ.zm_85: Special "(001.004)" Special Disk
  537. *Font Jun101-Light-SuppA-H: Special "(001.004)" Special Disk
  538. *Font Jun101-Light-SuppA-V: Special "(001.004)" Special Disk
  539. *Font Jun101-Light-SuppB-HV: Special "(001.004)" Special Disk
  540. *Font Jun101-Light-V: JIS "(001.004)" JIS-83 Disk
  541. *Font Jun101-Light.Hankaku: Special "(001.004)" Special Disk
  542. *Font Jun101-Light.Hiragana: Special "(001.004)" Special Disk
  543. *Font Jun101-Light.Katakana: Special "(001.004)" Special Disk
  544. *Font Jun101-Light.Oubun: Special "(001.004)" Special Disk
  545. *Font Jun101-Light.Oubun-Add: Special "(001.004)" Special Disk
  546. *Font Jun101-Light.Roman: Special "(001.004)" Special Disk
  547. *Font Jun101-Light.Roman83pv: Special "(001.004)" Special Disk
  548. *Font Jun101-Light.SuppK: Special "(001.004)" Special Disk
  549. *Font Jun101-Light.WP-Symbol: Special "(001.004)" Special Disk
  550. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(001.004)" 83pv Disk
  551. *Font Ryumin-Light-83pv-SuppA-H: Special "(001.004)" 83pv Disk
  552. *Font Ryumin-Light-83pv-SuppB-H: Special "(001.004)" 83pv Disk
  553. *Font Ryumin-Light-Add-H: JIS "(001.004)" Add Disk
  554. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(001.004)" Add Disk
  555. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(001.004)" Add Disk
  556. *Font Ryumin-Light-Add-SuppA-H: Special "(001.004)" Add Disk
  557. *Font Ryumin-Light-Add-SuppA-V: Special "(001.004)" Add Disk
  558. *Font Ryumin-Light-Add-SuppB-HV: Special "(001.004)" Add Disk
  559. *Font Ryumin-Light-Add-V: JIS "(001.004)" Add Disk
  560. *Font Ryumin-Light-EUC-H: EUC "(001.004)" JIS-83 Disk
  561. *Font Ryumin-Light-EUC-V: EUC "(001.004)" JIS-83 Disk
  562. *Font Ryumin-Light-Ext-H: JIS "(001.004)" Ext Disk
  563. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(001.004)" Ext Disk
  564. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(001.004)" Ext Disk
  565. *Font Ryumin-Light-Ext-SuppA-H: Special "(001.004)" Ext Disk
  566. *Font Ryumin-Light-Ext-SuppA-V: Special "(001.004)" Ext Disk
  567. *Font Ryumin-Light-Ext-SuppB-HV: Special "(001.004)" Ext Disk
  568. *Font Ryumin-Light-Ext-V: JIS "(001.004)" Ext Disk
  569. *Font Ryumin-Light-Ext.Hiragana: Special "(001.004)" Special Disk
  570. *Font Ryumin-Light-Ext.Katakana: Special "(001.004)" Special Disk
  571. *Font Ryumin-Light-H: JIS "(001.004)" JIS-83 Disk
  572. *Font Ryumin-Light-JIS.zm_23: Special "(001.004)" Special Disk
  573. *Font Ryumin-Light-JIS.zm_29: Special "(001.004)" Special Disk
  574. *Font Ryumin-Light-JIS.zm_2E: Special "(001.004)" Special Disk
  575. *Font Ryumin-Light-NWP-H: JIS "(001.004)" NWP Disk
  576. *Font Ryumin-Light-NWP-V: JIS "(001.004)" NWP Disk
  577. *Font Ryumin-Light-RKSJ-H: RKSJ "(001.004)" JIS-83 Disk
  578. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(001.004)" Special Disk
  579. *Font Ryumin-Light-RKSJ-V: RKSJ "(001.004)" JIS-83 Disk
  580. *Font Ryumin-Light-SJ.zm_82: Special "(001.004)" Special Disk
  581. *Font Ryumin-Light-SJ.zm_82v: Special "(001.004)" Special Disk
  582. *Font Ryumin-Light-SJ.zm_85: Special "(001.004)" Special Disk
  583. *Font Ryumin-Light-SuppA-H: Special "(001.004)" Special Disk
  584. *Font Ryumin-Light-SuppA-V: Special "(001.004)" Special Disk
  585. *Font Ryumin-Light-SuppB-HV: Special "(001.004)" Special Disk
  586. *Font Ryumin-Light-V: JIS "(001.004)" JIS-83 Disk
  587. *Font Ryumin-Light.Hankaku: Special "(001.004)" Special Disk
  588. *Font Ryumin-Light.Hiragana: Special "(001.004)" Special Disk
  589. *Font Ryumin-Light.Katakana: Special "(001.004)" Special Disk
  590. *Font Ryumin-Light.Oubun: Special "(001.004)" Special Disk
  591. *Font Ryumin-Light.Oubun-Add: Special "(001.004)" Special Disk
  592. *Font Ryumin-Light.Roman: Special "(001.004)" Special Disk
  593. *Font Ryumin-Light.Roman83pv: Special "(001.004)" Special Disk
  594. *Font Ryumin-Light.SuppK: Special "(001.004)" Special Disk
  595. *Font Ryumin-Light.WP-Symbol: Special "(001.004)" Special Disk
  596. *?FontQuery: "
  597. save
  598. { count 1 gt
  599. { exch dup 127 string cvs (/) print print (:) print
  600. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  601. } { exit } ifelse
  602. } bind loop
  603. (*) = flush
  604. restore
  605. "
  606. *End
  607. *?FontList: "
  608. save FontDirectory { pop = flush } forall (*) = flush restore"
  609. *End
  610. *% Printer Messages (verbatim from printer):
  611. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  612. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  613. *Message: "\FontName\ not found, using Courier"
  614. *% Status (format: %%[ status: <one of these> ]%% )
  615. *Status: "idle"
  616. *Status: "busy"
  617. *Status: "waiting"
  618. *Status: "printing"
  619. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  620. *Source: "LocalTalk"
  621. *Source: "EtherTalk"
  622. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  623. *PrinterError: "paper jam"
  624. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  625. *% Color Separation Information =====================
  626. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  627. *InkName: ProcessBlack/Process Black
  628. *InkName: CustomColor/Custom Color
  629. *InkName: ProcessCyan/Process Cyan
  630. *InkName: ProcessMagenta/Process Magenta
  631. *InkName: ProcessYellow/Process Yellow
  632. *% For 60 lpi / 300 dpi =====================================================
  633. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  634. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  635. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  636. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  637. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  638. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  639. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  640. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  641. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  642. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  643. *% For 53 lpi / 300 dpi =====================================================
  644. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  645. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  646. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  647. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  648. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  649. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  650. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  651. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  652. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  653. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  654. *% =============== end of PPD file for Acolor_SM ===============