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.

766 lines
34 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1998 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. *FormatVersion: "4.3"
  10. *FileVersion: "1.0"
  11. *PCFileName: "CS3C73_1.PPD"
  12. *LanguageVersion: English
  13. *LanguageEncoding: ISOLatin1
  14. *Manufacturer: "CASIO"
  15. *Product: "(PostArt)"
  16. *PSVersion: "(3010.106) 1041001"
  17. *ModelName: "CASIO PS-PAGEPRESTO 3 CP-7300"
  18. *ShortNickName: "PS-PAGEPRESTO 3 CP-7300"
  19. *NickName: "CASIO PS-PAGEPRESTO 3 CP-7300"
  20. *% General Information and Defaults ===============
  21. *LanguageLevel: "3"
  22. *FreeVM: "1073737256"
  23. *VMOption None: "1073737256"
  24. *FCacheSize None: 5120000
  25. *ColorDevice: False
  26. *DefaultColorSpace: Gray
  27. *FileSystem: True
  28. *PrintPSErrors: False
  29. *TTRasterizer: Type42
  30. *?FileSystem: "
  31. save
  32. false (%os%)
  33. { currentdevparams dup /Writeable known
  34. {/Writeable get {pop true} if} {pop} ifelse
  35. } 10 string /IODevice resourceforall
  36. {(True)}{(False)} ifelse = flush
  37. restore
  38. "
  39. *End
  40. *Throughput: "20"
  41. *Password: "0"
  42. *ExitServer: "
  43. count 0 eq
  44. { false } { true exch startjob } ifelse
  45. not { (WARNING: Cannot modify initial VM.) =
  46. (Missing or invalid password.) =
  47. (Please contact the author of this software.) = flush quit
  48. } if"
  49. *End
  50. *Reset: "
  51. count 0 eq
  52. { false } { true exch startjob } ifelse
  53. not { (WARNING: Cannot reset printer.) =
  54. (Missing or invalid password.) =
  55. (Please contact the author of this software.) = flush quit
  56. } if
  57. systemdict /quit get exec
  58. (WARNING : Printer Reset Failed.) = flush
  59. "
  60. *End
  61. *% Resolution Information ===============
  62. *OpenUI *Resolution: PickOne
  63. *OrderDependency: 10 AnySetup *Resolution
  64. *DefaultResolution: 300dpi
  65. *Resolution 600dpi: "<</HWResolution [600 600]>> setpagedevice"
  66. *Resolution 300dpi: "<</HWResolution [300 300]>> setpagedevice"
  67. *?Resolution: "
  68. save
  69. currentpagedevice /HWResolution get 0 get cvi
  70. ( ) cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74. *CloseUI: *Resolution
  75. *% Duplex Information ===============
  76. *OpenUI *Duplex: PickOne
  77. *OrderDependency: 20 AnySetup *Duplex
  78. *DefaultDuplex: None
  79. *Duplex None: "<</Duplex false>> setpagedevice"
  80. *Duplex DuplexNoTumble/Duplex(Side): "<</Duplex true /Tumble false>> setpagedevice"
  81. *Duplex DuplexTumble/Duplex(Top): "<</Duplex true /Tumble true>> setpagedevice"
  82. *?Duplex: "
  83. save
  84. currentpagedevice dup /Duplex get
  85. { /Tumble get {(DuplexTumble)} {(DuplexNoTumble)} ifelse }
  86. { pop (None) } ifelse = flush
  87. restore
  88. "
  89. *End
  90. *CloseUI: *Duplex
  91. *% Halftone Information ===============
  92. *DefaultHalftoneType: 1
  93. *ScreenFreq: "53.0"
  94. *ScreenAngle: "45.0"
  95. *ResScreenFreq 300dpi: "53.0"
  96. *ResScreenAngle 300dpi: "45.0"
  97. *ResScreenFreq 600dpi: "75.0"
  98. *ResScreenAngle 600dpi: "45.0"
  99. *DefaultScreenProc: Dot
  100. *ScreenProc Dot: "
  101. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  102. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  103. "
  104. *End
  105. *ScreenProc Line: "{ pop }"
  106. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  107. *DefaultTransfer: Null
  108. *Transfer Null: "{ }"
  109. *Transfer Null.Inverse: "{ 1 exch sub }"
  110. *% Paper Handling ===================
  111. *% Use these entries to set paper size most of the time, unless there is
  112. *% specific reason to use PageRegion.
  113. *OpenUI *PageSize: PickOne
  114. *OrderDependency: 50 AnySetup *PageSize
  115. *DefaultPageSize: A4
  116. *PageSize A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  117. *PageSize A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  118. *PageSize A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  119. *PageSize B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  120. *PageSize B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  121. *PageSize Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  122. *PageSize Postcard: "<</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  123. *?PageSize: "
  124. save
  125. currentpagedevice /PageSize get aload pop
  126. 2 copy gt {exch} if
  127. (Unknown)
  128. 7 dict
  129. dup [842 1191] (A3) put
  130. dup [595 842] (A4) put
  131. dup [420 595] (A5) put
  132. dup [729 1032] (B4) put
  133. dup [516 729] (B5) put
  134. dup [612 792] (Letter) put
  135. dup [284 419] (Postcard) put
  136. { exch aload pop 4 index sub abs 5 le exch
  137. 5 index sub abs 5 le and
  138. {exch pop exit} {pop} ifelse
  139. } bind forall
  140. = flush pop pop
  141. restore
  142. "
  143. *End
  144. *CloseUI: *PageSize
  145. *OpenUI *PageRegion: PickOne
  146. *OrderDependency: 60 AnySetup *PageRegion
  147. *DefaultPageRegion: A4
  148. *PageRegion A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  149. *PageRegion A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  150. *PageRegion A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  151. *PageRegion B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  152. *PageRegion B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  153. *PageRegion Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  154. *PageRegion Postcard: "<</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  155. *CloseUI: *PageRegion
  156. *DefaultImageableArea: A4
  157. *ImageableArea A3: "14.4 14.4 827.52 1176"
  158. *ImageableArea A4: "14.4 14.4 580.8 827.52"
  159. *ImageableArea A5: "14.4 14.4 405.12 580.8"
  160. *ImageableArea B4: "14.4 14.4 714.24 1017.6"
  161. *ImageableArea B5: "14.4 14.4 501.6 714.24"
  162. *ImageableArea Letter: "14.4 14.4 597.6 777.6"
  163. *ImageableArea Postcard: "14.4 14.4 269.04 405.12"
  164. *?ImageableArea: "
  165. save
  166. /cvp {( ) cvs print ( ) print } bind def
  167. /upperright {10000 mul floor 10000 div} bind def
  168. /lowerleft {10000 mul ceiling 10000 div} bind def
  169. newpath clippath pathbbox
  170. 4 -2 roll exch 2 {lowerleft cvp} repeat
  171. exch 2 {upperright cvp} repeat flush
  172. restore
  173. "
  174. *End
  175. *% These provide the physical dimensions of the paper (by keyword)
  176. *DefaultPaperDimension: A4
  177. *PaperDimension A3: "842 1191"
  178. *PaperDimension A4: "595 842"
  179. *PaperDimension A5: "420 595"
  180. *PaperDimension B4: "729 1032"
  181. *PaperDimension B5: "516 729"
  182. *PaperDimension Letter: "612 792"
  183. *PaperDimension Postcard: "284 419"
  184. *RequiresPageRegion All: True
  185. *DefaultOutputOrder: Normal
  186. *OpenUI *InputSlot: PickOne
  187. *OrderDependency: 30 AnySetup *InputSlot
  188. *DefaultInputSlot: AUTO
  189. *InputSlot AUTO: "<</TraySwitch true>> setpagedevice"
  190. *InputSlot MPF: "
  191. mark { currentpagedevice /InputAttributes get dup 0 get null eq {pop}
  192. { dup length dict begin {def} forall /Priority [0 1 2 3] def currentdict end
  193. 1 dict dup /InputAttributes 4 -1 roll put
  194. dup /TraySwitch false put setpagedevice } ifelse
  195. } stopped {cleartomark} {pop} ifelse"
  196. *End
  197. *InputSlot CPF1: "
  198. mark { currentpagedevice /InputAttributes get dup 1 get null eq {pop}
  199. { dup length dict begin {def} forall /Priority [1 0 2 3] def currentdict end
  200. 1 dict dup /InputAttributes 4 -1 roll put
  201. dup /TraySwitch false put setpagedevice } ifelse
  202. } stopped {cleartomark} {pop} ifelse"
  203. *End
  204. *InputSlot CPF2: "
  205. mark { currentpagedevice /InputAttributes get dup 2 get null eq {pop}
  206. { dup length dict begin {def} forall /Priority [2 0 1 3] def currentdict end
  207. 1 dict dup /InputAttributes 4 -1 roll put
  208. dup /TraySwitch false put setpagedevice } ifelse
  209. } stopped {cleartomark} {pop} ifelse"
  210. *End
  211. *?InputSlot: "
  212. save
  213. currentpagedevice /TraySwitch get false eq
  214. { << 0 (MPF) 1 (CPF1) 2 (CPF2) >>
  215. currentpagedevice /InputAttributes get dup
  216. /Priority known { /Priority get 0 get get }
  217. { dup length 1 eq
  218. { {pop} forall get }
  219. { pop pop (Unknown) } ifelse
  220. } ifelse
  221. } {(AUTO)} ifelse
  222. = flush
  223. restore"
  224. *End
  225. *CloseUI: *InputSlot
  226. *OpenUI *ManualFeed/Manual Feed: Boolean
  227. *OrderDependency: 40 AnySetup *ManualFeed
  228. *DefaultManualFeed: False
  229. *ManualFeed True: "<< /ManualFeed true >> setpagedevice"
  230. *ManualFeed False: "<< /ManualFeed false >> setpagedevice"
  231. *?ManualFeed: "save
  232. currentpagedevice /ManualFeed get
  233. {(True)} {(False)} ifelse = flush
  234. restore"
  235. *End
  236. *CloseUI: *ManualFeed
  237. *OpenGroup: InstallableOptions/Options Installed
  238. *OpenUI *Option1/Duplex Unit: Boolean
  239. *DefaultOption1: False
  240. *Option1 True/Attached: ""
  241. *Option1 False/None: ""
  242. *?Option1: "
  243. save currentpagedevice /InputAttributes get 1 get
  244. type (dicttype) eq {(True)} {(False)} ifelse = flush restore"
  245. *End
  246. *CloseUI: *Option1
  247. *OpenUI *Option2/CPF2: Boolean
  248. *DefaultOption2: False
  249. *Option2 True/Attached: ""
  250. *Option2 False/None: ""
  251. *?Option2: "
  252. save currentpagedevice /InputAttributes get 2 get
  253. type (dicttype) eq {(True)} {(False)} ifelse = flush restore"
  254. *End
  255. *CloseUI: *Option2
  256. *CloseGroup: InstallableOptions
  257. *% PostRenderingEnhance Information ===================
  258. *OpenUI *Smoothing: Boolean
  259. *OrderDependency: 70 AnySetup *Smoothing
  260. *DefaultSmoothing: True
  261. *Smoothing True/On: "
  262. 2 dict begin
  263. /PostRenderingEnhance true def
  264. /PostRenderingEnhanceDetails
  265. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  266. { def } forall /REValue 1 def currentdict end def
  267. currentdict end setpagedevice"
  268. *End
  269. *Smoothing False/Off: "
  270. 2 dict begin
  271. /PostRenderingEnhance true def
  272. /PostRenderingEnhanceDetails
  273. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  274. { def } forall /REValue 0 def currentdict end def
  275. currentdict end setpagedevice"
  276. *End
  277. *?Smoothing: "save
  278. { mark currentpagedevice /PostRenderingEnhanceDetails get dup
  279. /Type get 18 eq
  280. { /REValue get 0 eq {(False)}{(True)} ifelse }
  281. { pop (Off) } ifelse
  282. exch pop
  283. } stopped
  284. { cleartomark (True) } if
  285. = flush restore"
  286. *End
  287. *CloseUI: *Smoothing
  288. *OpenUI *CS3C70TonerSaver/Toner Save: PickOne
  289. *OrderDependency: 80 AnySetup *CS3C70TonerSaver
  290. *DefaultCS3C70TonerSaver: 0
  291. *CS3C70TonerSaver 0/Off: "
  292. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  293. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  294. { def } forall /TonerSaver 0 def currentdict end def currentdict end
  295. setpagedevice"
  296. *End
  297. *CS3C70TonerSaver 1/Level 1: "
  298. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  299. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  300. { def } forall /TonerSaver 1 def currentdict end def currentdict end
  301. setpagedevice"
  302. *End
  303. *CS3C70TonerSaver 2/Level 2: "
  304. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  305. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  306. { def } forall /TonerSaver 2 def currentdict end def currentdict end
  307. setpagedevice"
  308. *End
  309. *CS3C70TonerSaver 3/Level 3: "
  310. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  311. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  312. { def } forall /TonerSaver 3 def currentdict end def currentdict end
  313. setpagedevice"
  314. *End
  315. *?CS3C70TonerSaver: "save
  316. { mark currentpagedevice /PostRenderingEnhanceDetails get dup
  317. /Type get 18 eq
  318. { /TonerSaver get }
  319. { pop 0 } ifelse
  320. exch pop
  321. } stopped
  322. { cleartomark 0 } if
  323. = flush restore"
  324. *End
  325. *CloseUI: *CS3C70TonerSaver
  326. *% CP-7300 Specific Information =====================
  327. *OpenUI *CS3C70Screening/Halftone Type: PickOne
  328. *OrderDependency: 90 AnySetup *CS3C70Screening
  329. *DefaultCS3C70Screening: RT
  330. *CS3C70Screening ABS/Adobe Brilliant Screening: "
  331. statusdict /SO3C70-AutoHalftoneFlag false put
  332. (AdobeScreen_Startup-SO3C70.ps) run"
  333. *End
  334. *CS3C70Screening RT/RT Screening: "
  335. currenthalftone dup /HalftoneType known
  336. { /HalftoneType get 6 eq
  337. { statusdict /SO3C70-AutoHalftoneFlag true put
  338. <</Install statusdict /SO3C70-Install get>> setpagedevice
  339. } if
  340. } { pop } ifelse"
  341. *End
  342. *?CS3C70Screening: "save
  343. currenthalftone dup /HalftoneType known
  344. { /HalftoneType get 6 eq {(ABS)} {(RT)} ifelse }
  345. { pop (RT) } ifelse = flush restore"
  346. *End
  347. *CloseUI: *CS3C70Screening
  348. *% UI Constraints ===================
  349. *UIConstraints: *Option1 False *Duplex DuplexNoTumble
  350. *UIConstraints: *Option1 False *Duplex DuplexTumble
  351. *UIConstraints: *Duplex DuplexNoTumble *Option1 False
  352. *UIConstraints: *Duplex DuplexTumble *Option1 False
  353. *UIConstraints: *Option2 False *InputSlot CPF2
  354. *UIConstraints: *InputSlot CPF2 *Option2 False
  355. *% Font Information =====================
  356. *DefaultFont: Courier
  357. *Font Courier: Standard "(003.000)" Standard Disk
  358. *Font Symbol: Special "(001.008)" Special Disk
  359. *Font AdobeSansMM: Standard "(001.000)" Standard Disk
  360. *Font AdobeSerifMM: Standard "(001.001)" Standard Disk
  361. *Font AlbertusMT: Standard "(001.000)" Standard Disk
  362. *Font AlbertusMT-Italic: Standard "(001.000)" Standard Disk
  363. *Font AlbertusMT-Light: Standard "(001.000)" Standard Disk
  364. *Font AntiqueOlive-Bold: Standard "(001.001)" Standard Disk
  365. *Font AntiqueOlive-Compact: Standard "(001.001)" Standard Disk
  366. *Font AntiqueOlive-Italic: Standard "(001.001)" Standard Disk
  367. *Font AntiqueOlive-Roman: Standard "(001.001)" Standard Disk
  368. *Font Apple-Chancery: Standard "(2.0)" Standard Disk
  369. *Font Apple-ChanceryCE: Standard "(2.0)" Standard Disk
  370. *Font Arial-BoldItalicMT: Standard "(2.00)" Standard Disk
  371. *Font Arial-BoldMT: Standard "(2.00)" Standard Disk
  372. *Font Arial-ItalicMT: Standard "(2.00)" Standard Disk
  373. *Font ArialCE: Standard "(2.00)" Standard Disk
  374. *Font ArialCE-Bold: Standard "(2.00)" Standard Disk
  375. *Font ArialCE-BoldItalic: Standard "(2.00)" Standard Disk
  376. *Font ArialCE-Italic: Standard "(2.00)" Standard Disk
  377. *Font ArialMT: Standard "(2.00)" Standard Disk
  378. *Font AvantGarde-Book: Standard "(002.000)" Standard Disk
  379. *Font AvantGarde-BookOblique: Standard "(002.000)" Standard Disk
  380. *Font AvantGarde-Demi: Standard "(002.000)" Standard Disk
  381. *Font AvantGarde-DemiOblique: Standard "(002.000)" Standard Disk
  382. *Font AvantGardeCE-Book: Standard "(002.000)" Standard Disk
  383. *Font AvantGardeCE-BookOblique: Standard "(002.000)" Standard Disk
  384. *Font AvantGardeCE-Demi: Standard "(002.000)" Standard Disk
  385. *Font AvantGardeCE-DemiOblique: Standard "(002.000)" Standard Disk
  386. *Font Bodoni: Standard "(001.002)" Standard Disk
  387. *Font Bodoni-Bold: Standard "(001.002)" Standard Disk
  388. *Font Bodoni-BoldItalic: Standard "(001.002)" Standard Disk
  389. *Font Bodoni-Italic: Standard "(001.002)" Standard Disk
  390. *Font Bodoni-Poster: Standard "(001.002)" Standard Disk
  391. *Font Bodoni-PosterCompressed: Standard "(001.001)" Standard Disk
  392. *Font Bookman-Demi: Standard "(002.000)" Standard Disk
  393. *Font Bookman-DemiItalic: Standard "(002.000)" Standard Disk
  394. *Font Bookman-Light: Standard "(002.000)" Standard Disk
  395. *Font Bookman-LightItalic: Standard "(002.000)" Standard Disk
  396. *Font BookmanCE-Demi: Standard "(002.000)" Standard Disk
  397. *Font BookmanCE-DemiItalic: Standard "(002.000)" Standard Disk
  398. *Font BookmanCE-Light: Standard "(002.000)" Standard Disk
  399. *Font BookmanCE-LightItalic: Standard "(002.000)" Standard Disk
  400. *Font Carta: Standard "(001.001)" Standard Disk
  401. *Font Chicago: Standard "(2.0)" Standard Disk
  402. *Font ChicagoCE: Standard "(2.0)" Standard Disk
  403. *Font Clarendon: Standard "(001.001)" Standard Disk
  404. *Font Clarendon-Bold: Standard "(001.001)" Standard Disk
  405. *Font Clarendon-Light: Standard "(001.001)" Standard Disk
  406. *Font CooperBlack: Standard "(001.003)" Standard Disk
  407. *Font CooperBlack-Italic: Standard "(001.003)" Standard Disk
  408. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard Disk
  409. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard Disk
  410. *Font Coronet-Regular: Standard "(001.000)" Standard Disk
  411. *Font CoronetCE-Regular: Standard "(001.000)" Standard Disk
  412. *Font Courier-Bold: Standard "(003.000)" Standard Disk
  413. *Font Courier-BoldOblique: Standard "(003.000)" Standard Disk
  414. *Font Courier-Oblique: Standard "(003.000)" Standard Disk
  415. *Font CourierCE: Standard "(003.000)" Standard Disk
  416. *Font CourierCE-Bold: Standard "(003.000)" Standard Disk
  417. *Font CourierCE-BoldOblique: Standard "(003.000)" Standard Disk
  418. *Font CourierCE-Oblique: Standard "(003.000)" Standard Disk
  419. *Font Eurostile: Standard "(001.002)" Standard Disk
  420. *Font Eurostile-Bold: Standard "(001.001)" Standard Disk
  421. *Font Eurostile-BoldExtendedTwo: Standard "(001.002)" Standard Disk
  422. *Font Eurostile-ExtendedTwo: Standard "(001.002)" Standard Disk
  423. *Font Geneva: Standard "(2.0)" Standard Disk
  424. *Font GenevaCE: Standard "(2.0)" Standard Disk
  425. *Font GillSans: Standard "(001.002)" Standard Disk
  426. *Font GillSans-Bold: Standard "(001.001)" Standard Disk
  427. *Font GillSans-BoldCondensed: Standard "(001.001)" Standard Disk
  428. *Font GillSans-BoldItalic: Standard "(001.002)" Standard Disk
  429. *Font GillSans-Condensed: Standard "(001.001)" Standard Disk
  430. *Font GillSans-ExtraBold: Standard "(001.001)" Standard Disk
  431. *Font GillSans-Italic: Standard "(001.002)" Standard Disk
  432. *Font GillSans-Light: Standard "(001.001)" Standard Disk
  433. *Font GillSans-LightItalic: Standard "(001.002)" Standard Disk
  434. *Font Goudy: Standard "(001.003)" Standard Disk
  435. *Font Goudy-Bold: Standard "(001.002)" Standard Disk
  436. *Font Goudy-BoldItalic: Standard "(001.002)" Standard Disk
  437. *Font Goudy-ExtraBold: Standard "(001.001)" Standard Disk
  438. *Font Goudy-Italic: Standard "(001.002)" Standard Disk
  439. *Font Helvetica: Standard "(002.000)" Standard Disk
  440. *Font Helvetica-Bold: Standard "(002.000)" Standard Disk
  441. *Font Helvetica-BoldOblique: Standard "(002.000)" Standard Disk
  442. *Font Helvetica-Condensed: Standard "(002.000)" Standard Disk
  443. *Font Helvetica-Condensed-Bold: Standard "(002.000)" Standard Disk
  444. *Font Helvetica-Condensed-BoldObl: Standard "(002.000)" Standard Disk
  445. *Font Helvetica-Condensed-Oblique: Standard "(002.000)" Standard Disk
  446. *Font Helvetica-Narrow: Standard "(002.000)" Standard Disk
  447. *Font Helvetica-Narrow-Bold: Standard "(002.000)" Standard Disk
  448. *Font Helvetica-Narrow-BoldOblique: Standard "(002.000)" Standard Disk
  449. *Font Helvetica-Narrow-Oblique: Standard "(002.000)" Standard Disk
  450. *Font Helvetica-Oblique: Standard "(002.000)" Standard Disk
  451. *Font HelveticaCE: Standard "(002.000)" Standard Disk
  452. *Font HelveticaCE-Bold: Standard "(002.000)" Standard Disk
  453. *Font HelveticaCE-BoldOblique: Standard "(002.000)" Standard Disk
  454. *Font HelveticaCE-Cond: Standard "(002.000)" Standard Disk
  455. *Font HelveticaCE-CondBold: Standard "(002.000)" Standard Disk
  456. *Font HelveticaCE-CondBoldObl: Standard "(002.000)" Standard Disk
  457. *Font HelveticaCE-CondObl: Standard "(002.000)" Standard Disk
  458. *Font HelveticaCE-Narrow: Standard "(002.000)" Standard Disk
  459. *Font HelveticaCE-NarrowBold: Standard "(002.000)" Standard Disk
  460. *Font HelveticaCE-NarrowBoldOblique: Standard "(002.000)" Standard Disk
  461. *Font HelveticaCE-NarrowOblique: Standard "(002.000)" Standard Disk
  462. *Font HelveticaCE-Oblique: Standard "(002.000)" Standard Disk
  463. *Font HoeflerText-Black: Standard "(2.0)" Standard Disk
  464. *Font HoeflerText-BlackItalic: Standard "(2.0)" Standard Disk
  465. *Font HoeflerText-Italic: Standard "(2.0)" Standard Disk
  466. *Font HoeflerText-Ornaments: Standard "(2.0)" Standard Disk
  467. *Font HoeflerText-Regular: Standard "(2.0)" Standard Disk
  468. *Font HoeflerTextCE-Black: Standard "(2.0)" Standard Disk
  469. *Font HoeflerTextCE-BlackItalic: Standard "(2.0)" Standard Disk
  470. *Font HoeflerTextCE-Italic: Standard "(2.0)" Standard Disk
  471. *Font HoeflerTextCE-Regular: Standard "(2.0)" Standard Disk
  472. *Font JoannaMT: Standard "(001.000)" Standard Disk
  473. *Font JoannaMT-Bold: Standard "(001.000)" Standard Disk
  474. *Font JoannaMT-BoldItalic: Standard "(001.000)" Standard Disk
  475. *Font JoannaMT-Italic: Standard "(001.000)" Standard Disk
  476. *Font LetterGothic: Standard "(001.004)" Standard Disk
  477. *Font LetterGothic-Bold: Standard "(001.006)" Standard Disk
  478. *Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard Disk
  479. *Font LetterGothic-Slanted: Standard "(001.004)" Standard Disk
  480. *Font LubalinGraph-Book: Standard "(001.002)" Standard Disk
  481. *Font LubalinGraph-BookOblique: Standard "(001.002)" Standard Disk
  482. *Font LubalinGraph-Demi: Standard "(001.002)" Standard Disk
  483. *Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard Disk
  484. *Font Marigold: Standard "(001.000)" Standard Disk
  485. *Font Monaco: Standard "(2.0)" Standard Disk
  486. *Font MonacoCE: Standard "(2.0)" Standard Disk
  487. *Font MonaLisa-Recut: Standard "(001.000)" Standard Disk
  488. *Font NewCenturySchlbk-Bold: Standard "(002.000)" Standard Disk
  489. *Font NewCenturySchlbk-BoldItalic: Standard "(002.000)" Standard Disk
  490. *Font NewCenturySchlbk-Italic: Standard "(002.000)" Standard Disk
  491. *Font NewCenturySchlbk-Roman: Standard "(002.000)" Standard Disk
  492. *Font NewCenturySchlbkCE-Bold: Standard "(002.000)" Standard Disk
  493. *Font NewCenturySchlbkCE-BoldItalic: Standard "(002.000)" Standard Disk
  494. *Font NewCenturySchlbkCE-Italic: Standard "(002.000)" Standard Disk
  495. *Font NewCenturySchlbkCE-Roman: Standard "(002.000)" Standard Disk
  496. *Font NewYork: Standard "(2.0)" Standard Disk
  497. *Font NewYorkCE: Standard "(2.0)" Standard Disk
  498. *Font Optima: Standard "(001.005)" Standard Disk
  499. *Font Optima-Bold: Standard "(001.005)" Standard Disk
  500. *Font Optima-BoldItalic: Standard "(001.000)" Standard Disk
  501. *Font Optima-Italic: Standard "(001.000)" Standard Disk
  502. *Font Oxford: Standard "(001.000)" Standard Disk
  503. *Font Palatino-Bold: Standard "(002.000)" Standard Disk
  504. *Font Palatino-BoldItalic: Standard "(002.000)" Standard Disk
  505. *Font Palatino-Italic: Standard "(002.000)" Standard Disk
  506. *Font Palatino-Roman: Standard "(002.000)" Standard Disk
  507. *Font PalatinoCE-Bold: Standard "(002.000)" Standard Disk
  508. *Font PalatinoCE-BoldItalic: Standard "(002.000)" Standard Disk
  509. *Font PalatinoCE-Italic: Standard "(002.000)" Standard Disk
  510. *Font PalatinoCE-Roman: Standard "(002.000)" Standard Disk
  511. *Font StempelGaramond-Bold: Standard "(001.002)" Standard Disk
  512. *Font StempelGaramond-BoldItalic: Standard "(001.002)" Standard Disk
  513. *Font StempelGaramond-Italic: Standard "(001.002)" Standard Disk
  514. *Font StempelGaramond-Roman: Standard "(001.002)" Standard Disk
  515. *Font Tekton: Standard "(001.001)" Standard Disk
  516. *Font Times-Bold: Standard "(002.000)" Standard Disk
  517. *Font Times-BoldItalic: Standard "(002.000)" Standard Disk
  518. *Font Times-Italic: Standard "(002.000)" Standard Disk
  519. *Font Times-Roman: Standard "(002.000)" Standard Disk
  520. *Font TimesCE-Bold: Standard "(002.000)" Standard Disk
  521. *Font TimesCE-BoldItalic: Standard "(002.000)" Standard Disk
  522. *Font TimesCE-Italic: Standard "(002.000)" Standard Disk
  523. *Font TimesCE-Roman: Standard "(002.000)" Standard Disk
  524. *Font TimesNewRomanCE: Standard "(2.00)" Standard Disk
  525. *Font TimesNewRomanCE-Bold: Standard "(2.00)" Standard Disk
  526. *Font TimesNewRomanCE-BoldItalic: Standard "(2.00)" Standard Disk
  527. *Font TimesNewRomanCE-Italic: Standard "(2.00)" Standard Disk
  528. *Font TimesNewRomanPS-BoldItalicMT: Standard "(2.00)" Standard Disk
  529. *Font TimesNewRomanPS-BoldMT: Standard "(2.00)" Standard Disk
  530. *Font TimesNewRomanPS-ItalicMT: Standard "(2.00)" Standard Disk
  531. *Font TimesNewRomanPSMT: Standard "(2.00)" Standard Disk
  532. *Font Univers: Standard "(001.003)" Standard Disk
  533. *Font Univers-Bold: Standard "(001.003)" Standard Disk
  534. *Font Univers-BoldExt: Standard "(001.000)" Standard Disk
  535. *Font Univers-BoldExtObl: Standard "(001.000)" Standard Disk
  536. *Font Univers-BoldOblique: Standard "(001.003)" Standard Disk
  537. *Font Univers-Condensed: Standard "(001.002)" Standard Disk
  538. *Font Univers-CondensedBold: Standard "(001.001)" Standard Disk
  539. *Font Univers-CondensedBoldOblique: Standard "(001.001)" Standard Disk
  540. *Font Univers-CondensedOblique: Standard "(001.002)" Standard Disk
  541. *Font Univers-Extended: Standard "(001.000)" Standard Disk
  542. *Font Univers-ExtendedObl: Standard "(001.000)" Standard Disk
  543. *Font Univers-Light: Standard "(001.003)" Standard Disk
  544. *Font Univers-LightOblique: Standard "(001.003)" Standard Disk
  545. *Font Univers-Oblique: Standard "(001.003)" Standard Disk
  546. *Font Wingdings-Regular: Standard "(2.00)" Standard Disk
  547. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard Disk
  548. *Font ZapfChanceryCE-MediumItalic: Standard "(002.000)" Standard Disk
  549. *Font ZapfDingbats: Special "(002.000)" Special Disk
  550. *% Japanese Fonts ===============
  551. *Font Ryumin-Light-78-EUC-H: 78-EUC-H "(3.01)" Adobe-Japan1-0 Disk
  552. *Font Ryumin-Light-78-EUC-V: 78-EUC-V "(3.01)" Adobe-Japan1-0 Disk
  553. *Font Ryumin-Light-78-H: 78-H "(3.01)" Adobe-Japan1-0 Disk
  554. *Font Ryumin-Light-78-RKSJ-H: 78-RKSJ-H "(3.01)" Adobe-Japan1-0 Disk
  555. *Font Ryumin-Light-78-RKSJ-V: 78-RKSJ-V "(3.01)" Adobe-Japan1-0 Disk
  556. *Font Ryumin-Light-78-V: 78-V "(3.01)" Adobe-Japan1-0 Disk
  557. *Font Ryumin-Light-78ms-RKSJ-H: 78ms-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  558. *Font Ryumin-Light-78ms-RKSJ-V: 78ms-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  559. *Font Ryumin-Light-83pv-RKSJ-H: 83pv-RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  560. *Font Ryumin-Light-90ms-RKSJ-H: 90ms-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  561. *Font Ryumin-Light-90ms-RKSJ-V: 90ms-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  562. *Font Ryumin-Light-90pv-RKSJ-H: 90pv-RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  563. *Font Ryumin-Light-90pv-RKSJ-V: 90pv-RKSJ-V "(3.01)" Adobe-Japan1-1 Disk
  564. *Font Ryumin-Light-Add-H: Add-H "(3.01)" Adobe-Japan1-1 Disk
  565. *Font Ryumin-Light-Add-RKSJ-H: Add-RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  566. *Font Ryumin-Light-Add-RKSJ-V: Add-RKSJ-V "(3.01)" Adobe-Japan1-1 Disk
  567. *Font Ryumin-Light-Add-V: Add-V "(3.01)" Adobe-Japan1-1 Disk
  568. *Font Ryumin-Light-Adobe-Japan1-0: Adobe-Japan1-0 "(3.01)" Adobe-Japan1-0 Disk
  569. *Font Ryumin-Light-Adobe-Japan1-1: Adobe-Japan1-1 "(3.01)" Adobe-Japan1-1 Disk
  570. *Font Ryumin-Light-Adobe-Japan1-2: Adobe-Japan1-2 "(3.01)" Adobe-Japan1-2 Disk
  571. *Font Ryumin-Light-EUC-H: EUC-H "(3.01)" Adobe-Japan1-1 Disk
  572. *Font Ryumin-Light-EUC-V: EUC-V "(3.01)" Adobe-Japan1-0 Disk
  573. *Font Ryumin-Light-Ext-H: Ext-H "(3.01)" Adobe-Japan1-2 Disk
  574. *Font Ryumin-Light-Ext-RKSJ-H: Ext-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  575. *Font Ryumin-Light-Ext-RKSJ-V: Ext-RKSJ-V "(3.01)" Adobe-Japan1-0 Disk
  576. *Font Ryumin-Light-Ext-V: Ext-V "(3.01)" Adobe-Japan1-0 Disk
  577. *Font Ryumin-Light-H: H "(3.01)" Adobe-Japan1-1 Disk
  578. *Font Ryumin-Light-Hankaku: Hankaku "(3.01)" Adobe-Japan1-0 Disk
  579. *Font Ryumin-Light-Hiragana: Hiragana "(3.01)" Adobe-Japan1-0 Disk
  580. *Font Ryumin-Light-Katakana: Katakana "(3.01)" Adobe-Japan1-0 Disk
  581. *Font Ryumin-Light-NWP-H: NWP-H "(3.01)" Adobe-Japan1-0 Disk
  582. *Font Ryumin-Light-NWP-V: NWP-V "(3.01)" Adobe-Japan1-0 Disk
  583. *Font Ryumin-Light-RKSJ-H: RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  584. *Font Ryumin-Light-RKSJ-V: RKSJ-V "(3.01)" Adobe-Japan1-0 Disk
  585. *Font Ryumin-Light-Roman: Roman "(3.01)" Adobe-Japan1-0 Disk
  586. *Font Ryumin-Light-V: V "(3.01)" Adobe-Japan1-0 Disk
  587. *Font Ryumin-Light-WP-Symbol: WP-Symbol "(3.01)" Adobe-Japan1-0 Disk
  588. *Font GothicBBB-Medium-78-EUC-H:78-EUC-H "(3.011)" Adobe-Japan1-0 Disk
  589. *Font GothicBBB-Medium-78-EUC-V:78-EUC-V "(3.011)" Adobe-Japan1-0 Disk
  590. *Font GothicBBB-Medium-78-H: 78-H "(3.011)" Adobe-Japan1-0 Disk
  591. *Font GothicBBB-Medium-78-RKSJ-H:78-RKSJ-H "(3.011)" Adobe-Japan1-0 Disk
  592. *Font GothicBBB-Medium-78-RKSJ-V:78-RKSJ-V "(3.011)" Adobe-Japan1-0 Disk
  593. *Font GothicBBB-Medium-78-V: 78-V "(3.011)" Adobe-Japan1-0 Disk
  594. *Font GothicBBB-Medium-78ms-RKSJ-H:78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  595. *Font GothicBBB-Medium-78ms-RKSJ-V:78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  596. *Font GothicBBB-Medium-83pv-RKSJ-H:83pv-RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  597. *Font GothicBBB-Medium-90ms-RKSJ-H:90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  598. *Font GothicBBB-Medium-90ms-RKSJ-V:90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  599. *Font GothicBBB-Medium-90pv-RKSJ-H:90pv-RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  600. *Font GothicBBB-Medium-90pv-RKSJ-V:90pv-RKSJ-V "(3.011)" Adobe-Japan1-1 Disk
  601. *Font GothicBBB-Medium-Add-H: Add-H "(3.011)" Adobe-Japan1-1 Disk
  602. *Font GothicBBB-Medium-Add-RKSJ-H:Add-RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  603. *Font GothicBBB-Medium-Add-RKSJ-V:Add-RKSJ-V "(3.011)" Adobe-Japan1-1 Disk
  604. *Font GothicBBB-Medium-Add-V: Add-V "(3.011)" Adobe-Japan1-1 Disk
  605. *Font GothicBBB-Medium-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-0 Disk
  606. *Font GothicBBB-Medium-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-1 Disk
  607. *Font GothicBBB-Medium-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  608. *Font GothicBBB-Medium-EUC-H: EUC-H "(3.011)" Adobe-Japan1-1 Disk
  609. *Font GothicBBB-Medium-EUC-V: EUC-V "(3.011)" Adobe-Japan1-0 Disk
  610. *Font GothicBBB-Medium-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  611. *Font GothicBBB-Medium-Ext-RKSJ-H:Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  612. *Font GothicBBB-Medium-Ext-RKSJ-V:Ext-RKSJ-V "(3.011)" Adobe-Japan1-0 Disk
  613. *Font GothicBBB-Medium-Ext-V: Ext-V "(3.011)" Adobe-Japan1-0 Disk
  614. *Font GothicBBB-Medium-H: H "(3.011)" Adobe-Japan1-1 Disk
  615. *Font GothicBBB-Medium-Hankaku: Hankaku "(3.011)" Adobe-Japan1-0 Disk
  616. *Font GothicBBB-Medium-Hiragana:Hiragana "(3.011)" Adobe-Japan1-0 Disk
  617. *Font GothicBBB-Medium-Katakana:Katakana "(3.011)" Adobe-Japan1-0 Disk
  618. *Font GothicBBB-Medium-NWP-H: NWP-H "(3.011)" Adobe-Japan1-0 Disk
  619. *Font GothicBBB-Medium-NWP-V: NWP-V "(3.011)" Adobe-Japan1-0 Disk
  620. *Font GothicBBB-Medium-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  621. *Font GothicBBB-Medium-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-0 Disk
  622. *Font GothicBBB-Medium-Roman: Roman "(3.011)" Adobe-Japan1-0 Disk
  623. *Font GothicBBB-Medium-V: V "(3.011)" Adobe-Japan1-0 Disk
  624. *Font GothicBBB-Medium-WP-Symbol:WP-Symbol "(3.011)" Adobe-Japan1-0 Disk
  625. *?FontQuery: "
  626. save
  627. { count 1 gt
  628. { exch dup 127 string cvs (/) print print (:) print
  629. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  630. } { exit } ifelse
  631. } bind loop
  632. (*) = flush
  633. restore"
  634. *End
  635. *?FontList: "
  636. save (*) {cvn ==} 128 string /Font resourceforall
  637. (*) = flush restore"
  638. *End
  639. *% Printer Messages (verbatim from printer):
  640. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  641. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  642. *Message: "\FontName\ not found, using Courier"
  643. *% Status (format: %%[ status: <one of these> ]%% )
  644. *Status: "initializing"
  645. *Status: "idle"
  646. *Status: "holding"
  647. *Status: "busy"
  648. *Status: "waiting"
  649. *Status: "PrinterError: printer is warming up"
  650. *Status: "PrinterError: printer is not ready"
  651. *Status: "PrinterError: out of paper"
  652. *Status: "PrinterError: paper jam"
  653. *Status: "PrinterError: paper jam at entry"
  654. *Status: "PrinterError: out of ribbon"
  655. *Status: "PrinterError: ribbon jam"
  656. *Status: "PrinterError: cover is open"
  657. *Status: "PrinterError: thermal head temperature"
  658. *Status: "PrinterError: internal interface error"
  659. *Status: "PrinterError: print engine failure"
  660. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  661. *Source: "Serial"
  662. *Source: "LocalTalk"
  663. *Source: "Parallel"
  664. *Source: "Internal"
  665. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  666. *PrinterError: "printer is warming up"
  667. *PrinterError: "printer is not ready"
  668. *PrinterError: "out of paper"
  669. *PrinterError: "paper jam"
  670. *PrinterError: "paper jam at entry"
  671. *PrinterError: "out of ribbon"
  672. *PrinterError: "ribbon jam"
  673. *PrinterError: "cover is open"
  674. *PrinterError: "thermal head temperature"
  675. *PrinterError: "internal interface error"
  676. *PrinterError: "print engine failure"
  677. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  678. *InkName: ProcessBlack/Process Black
  679. *InkName: CustomColor/Custom Color
  680. *InkName: ProcessCyan/Process Cyan
  681. *InkName: ProcessMagenta/Process Magenta
  682. *InkName: ProcessYellow/Process Yellow
  683. *% For 60 lpi / 300 dpi ===============================
  684. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  685. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  686. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "11.31"
  687. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "78.69"
  688. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  689. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "53.033"
  690. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "53.033"
  691. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "58.8348"
  692. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "58.8348"
  693. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  694. *% For 53 lpi / 300 dpi ===============================
  695. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  696. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  697. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  698. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  699. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  700. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  701. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  702. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  703. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  704. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  705. *% For 85 lpi / 600 dpi ===============================
  706. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  707. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  708. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  709. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  710. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  711. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  712. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  713. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  714. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  715. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85.7142"
  716. *% For 71 lpi / 600 dpi ===============================
  717. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  718. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  719. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "75.9638"
  720. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "14.0362"
  721. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  722. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  723. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  724. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.7607"
  725. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.7607"
  726. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75.0"
  727. *% end of PPD file for CASIO PS-PAGEPRESTO 3 CP-7300