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.

734 lines
30 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 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. *% Modification Date 10th. August 1995
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.0"
  12. *PCFileName: "LH230J_1.PPD"
  13. *LanguageEncoding: ISOLatin1
  14. *LanguageVersion: English
  15. *Product: "(Linotype)"
  16. *PSVersion: "(51.8) 106"
  17. *PSVersion: "(52.3) 906"
  18. *ModelName: "Linotronic 200_230J"
  19. *NickName: "Linotronic 200_230Jv51.8v52.3"
  20. *% General Information and Defaults ===============
  21. *FreeVM: "1068498"
  22. *PrintPSErrors: False
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: True
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save
  30. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  31. restore
  32. "
  33. *End
  34. *Password: "0"
  35. *ExitServer: "
  36. count 0 eq { % is the password on the stack?
  37. true
  38. }{
  39. dup % potential password
  40. statusdict /checkpassword get exec not
  41. } ifelse
  42. { % if no password or not valid
  43. (WARNING : Cannot perform the exitserver command.) =
  44. (Password supplied is not valid.) =
  45. (Please contact the author of this software.) = flush
  46. quit
  47. } if
  48. serverdict /exitserver get exec
  49. "
  50. *End
  51. *Reset: "
  52. count 0 eq { % is the password on the stack?
  53. true
  54. }{
  55. dup % potential password
  56. statusdict /checkpassword get exec not
  57. } ifelse
  58. { % if no password or not valid
  59. (WARNING : Cannot reset printer.) =
  60. (Password supplied is not valid.) =
  61. (Please contact the author of this software.) = flush
  62. quit
  63. } if
  64. serverdict /exitserver get exec
  65. systemdict /quit get exec
  66. (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69. *%Resolution Information ===============
  70. *DefaultResolution: 1270dpi
  71. *SetResolution 635dpi: "
  72. count 0 eq { % is the password on the stack?
  73. true
  74. }{
  75. dup % potential password
  76. statusdict /checkpassword get exec not
  77. } ifelse
  78. { % if no password or not valid
  79. (WARNING : Cannot perform the exitserver command.) =
  80. (Password supplied is not valid.) =
  81. (Please contact the author of this software.) = flush
  82. quit
  83. } if
  84. serverdict /exitserver get exec
  85. statusdict /changeresolution known {
  86. 635 statusdict /changeresolution get exec
  87. } if"
  88. *End
  89. *SetResolution 846dpi: "
  90. count 0 eq { % is the password on the stack?
  91. true
  92. }{
  93. dup % potential password
  94. statusdict /checkpassword get exec not
  95. } ifelse
  96. { % if no password or not valid
  97. (WARNING : Cannot perform the exitserver command.) =
  98. (Password supplied is not valid.) =
  99. (Please contact the author of this software.) = flush
  100. quit
  101. } if
  102. serverdict /exitserver get exec
  103. statusdict /changeresolution known {
  104. 846 statusdict /changeresolution get exec
  105. } if"
  106. *End
  107. *SetResolution 1270dpi: "
  108. count 0 eq { % is the password on the stack?
  109. true
  110. }{
  111. dup % potential password
  112. statusdict /checkpassword get exec not
  113. } ifelse
  114. { % if no password or not valid
  115. (WARNING : Cannot perform the exitserver command.) =
  116. (Password supplied is not valid.) =
  117. (Please contact the author of this software.) = flush
  118. quit
  119. } if
  120. serverdict /exitserver get exec
  121. statusdict /changeresolution known {
  122. 1270 statusdict /changeresolution get exec
  123. } if"
  124. *End
  125. *SetResolution 1693dpi: "
  126. count 0 eq { % is the password on the stack?
  127. true
  128. }{
  129. dup % potential password
  130. statusdict /checkpassword get exec not
  131. } ifelse
  132. { % if no password or not valid
  133. (WARNING : Cannot perform the exitserver command.) =
  134. (Password supplied is not valid.) =
  135. (Please contact the author of this software.) = flush
  136. quit
  137. } if
  138. serverdict /exitserver get exec
  139. statusdict /changeresolution known {
  140. 1693 statusdict /changeresolution get exec
  141. } if"
  142. *End
  143. *?Resolution: "
  144. save
  145. initgraphics
  146. 0 0 moveto currentpoint matrix defaultmatrix transform
  147. 0 72 lineto currentpoint matrix defaultmatrix transform
  148. 3 -1 roll sub dup mul
  149. 3 1 roll exch sub dup mul
  150. add sqrt round cvi
  151. ( ) cvs print (dpi) = flush
  152. restore
  153. "
  154. *End
  155. *% Halftone Information ===============
  156. *ScreenFreq: "100"
  157. *ScreenAngle: "45"
  158. *DefaultScreenProc: Dot
  159. *ScreenProc Dot: "
  160. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  161. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  162. "
  163. *End
  164. *ScreenProc Line: "{ pop }"
  165. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  166. *AccurateScreensSupport: True
  167. *DefaultTransfer: Null
  168. *Transfer Null: "{ }"
  169. *Transfer Null.Inverse: "{ 1 exch sub }"
  170. *% Paper Handling ===================
  171. *% Use these entries to set paper size most of the time, unless there is
  172. *% specific reason to use PageRegion.
  173. *OpenUI *PageSize: PickOne
  174. *OrderDependency: 30 AnySetup *PageSize
  175. *DefaultPageSize: Letter
  176. *PageSize Letter: "612 792 1 statusdict /setpage get exec"
  177. *PageSize Letter.Extra: "684 864 1 statusdict /setpage get exec"
  178. *PageSize Legal: "612 1008 1 statusdict /setpage get exec"
  179. *PageSize Legal.Extra: "684 1080 1 statusdict /setpage get exec"
  180. *PageSize Tabloid: "792 1224 1 statusdict /setpage get exec"
  181. *PageSize Tabloid.Extra: "864 1296 1 statusdict /setpage get exec"
  182. *PageSize A3: "842 1191 1 statusdict /setpage get exec"
  183. *PageSize A4: "596 842 1 statusdict /setpage get exec"
  184. *PageSize A4.Extra: "667 914 1 statusdict /setpage get exec"
  185. *PageSize A5: "420 596 1 statusdict /setpage get exec"
  186. *PageSize A5.Extra: "492 667 1 statusdict /setpage get exec"
  187. *PageSize B5: "516 729 1 statusdict /setpage get exec"
  188. *PageSize B5.Extra: "588 801 1 statusdict /setpage get exec"
  189. *PageSize Letter.Transverse: "792 612 0 statusdict /setpage get exec"
  190. *PageSize A4.Transverse: "842 596 0 statusdict /setpage get exec"
  191. *PageSize A5.Transverse: "596 420 0 statusdict /setpage get exec"
  192. *PageSize B5.Transverse: "729 516 0 statusdict /setpage get exec"
  193. *PageSize MaxMeasure: "864 3000 1 statusdict /setpage get exec"
  194. *?PageSize: "
  195. save
  196. mark statusdict /pageparams get exec exch pop
  197. 15 dict
  198. dup [420 596] (A5) put
  199. dup [492 667] (A5.Extra) put
  200. dup [516 729] (B5) put
  201. dup [588 801] (B5.Extra) put
  202. dup [612 792] (Letter) put
  203. dup [684 864] (Letter.Extra) put
  204. dup [596 842] (A4) put
  205. dup [667 914] (A4.Extra) put
  206. dup [612 1008] (Legal) put
  207. dup [684 1080] (Legal.Extra) put
  208. dup [842 1191] (A3) put
  209. dup [792 1224] (Tabloid) put
  210. dup [864 1296] (Tabloid.Extra) put
  211. dup [864 3000] (MaxMeasure) put
  212. 4 dict
  213. dup [596 420] (A5.Transverse) put
  214. dup [729 516] (B5.Transverse) put
  215. dup [842 596] (A4.Transverse) put
  216. dup [792 612] (Letter.Transverse) put
  217. 3 -1 roll 1 eq { pop } { exch pop } ifelse
  218. (Unknown) exch
  219. { exch aload pop
  220. 4 index eq exch 5 index eq and
  221. { exch pop exit } { pop } ifelse
  222. } bind forall = flush cleartomark
  223. restore
  224. "
  225. *End
  226. *CloseUI: *PageSize
  227. *% These entries will set up the frame buffer. Usually used with manual feed.
  228. *OpenUI *PageRegion: PickOne
  229. *OrderDependency: 40 AnySetup *PageRegion
  230. *DefaultPageRegion: Letter
  231. *PageRegion Letter: "612 792 1 statusdict /setpage get exec"
  232. *PageRegion Letter.Extra: "684 864 1 statusdict /setpage get exec"
  233. *PageRegion Legal: "612 1008 1 statusdict /setpage get exec"
  234. *PageRegion Legal.Extra: "684 1080 1 statusdict /setpage get exec"
  235. *PageRegion Tabloid: "792 1224 1 statusdict /setpage get exec"
  236. *PageRegion Tabloid.Extra: "864 1296 1 statusdict /setpage get exec"
  237. *PageRegion A3: "842 1191 1 statusdict /setpage get exec"
  238. *PageRegion A4: "596 842 1 statusdict /setpage get exec"
  239. *PageRegion A4.Extra: "667 914 1 statusdict /setpage get exec"
  240. *PageRegion A5: "420 596 1 statusdict /setpage get exec"
  241. *PageRegion A5.Extra: "492 667 1 statusdict /setpage get exec"
  242. *PageRegion B5: "516 729 1 statusdict /setpage get exec"
  243. *PageRegion B5.Extra: "588 801 1 statusdict /setpage get exec"
  244. *PageRegion Letter.Transverse: "792 612 0 statusdict /setpage get exec"
  245. *PageRegion A4.Transverse: "842 596 0 statusdict /setpage get exec"
  246. *PageRegion A5.Transverse: "596 420 0 statusdict /setpage get exec"
  247. *PageRegion B5.Transverse: "729 516 0 statusdict /setpage get exec"
  248. *PageRegion MaxMeasure: "864 3000 1 statusdict /setpage get exec"
  249. *CloseUI: *PageRegion
  250. *% The following entries provide information about specific paper keywords.
  251. *DefaultImageableArea: Letter
  252. *ImageableArea Letter: "0 0 612 792"
  253. *ImageableArea Letter.Extra: "0 0 684 864"
  254. *ImageableArea Legal: "0 0 612 1008"
  255. *ImageableArea Legal.Extra: "0 0 684 1080"
  256. *%MSKK *ImageableArea Tabloid: "0 0 794 1224"
  257. *ImageableArea Tabloid: "0 0 792 1224"
  258. *ImageableArea Tabloid.Extra: "0 0 864 1296"
  259. *ImageableArea A3: "0 0 842 1190"
  260. *ImageableArea A4: "0 0 596 842"
  261. *ImageableArea A4.Extra: "0 0 667 914"
  262. *ImageableArea A5: "0 0 420 596"
  263. *ImageableArea A5.Extra: "0 0 492 667"
  264. *ImageableArea B5: "0 0 516 729"
  265. *ImageableArea B5.Extra: "0 0 588 801"
  266. *ImageableArea Letter.Transverse: "0 0 612 792"
  267. *ImageableArea A4.Transverse: "0 0 596 842"
  268. *ImageableArea A5.Transverse: "0 0 420 596"
  269. *ImageableArea B5.Transverse: "0 0 516 729"
  270. *ImageableArea MaxMeasure: "0 0 864 3000"
  271. *?ImageableArea: "
  272. save
  273. /cvp {( ) cvs print ( ) print } bind def
  274. /upperright {10000 mul floor 10000 div} bind def
  275. /lowerleft {10000 mul ceiling 10000 div} bind def
  276. newpath clippath pathbbox
  277. 4 -2 roll exch 2 {lowerleft cvp} repeat
  278. exch 2 {upperright cvp} repeat flush
  279. restore
  280. "
  281. *End
  282. *% These provide the physical dimensions of the paper (by keyword)
  283. *DefaultPaperDimension: Letter
  284. *PaperDimension Letter: "612 792"
  285. *PaperDimension Letter.Extra: "684 864"
  286. *PaperDimension Legal: "612 1008"
  287. *PaperDimension Legal.Extra: "684 1080"
  288. *PaperDimension Tabloid: "792 1224"
  289. *PaperDimension Tabloid.Extra: "864 1296"
  290. *PaperDimension A3: "842 1191"
  291. *PaperDimension A4: "596 842"
  292. *PaperDimension A4.Extra: "667 914"
  293. *PaperDimension A5: "420 596"
  294. *PaperDimension A5.Extra: "492 667"
  295. *PaperDimension B5: "516 729"
  296. *PaperDimension B5.Extra: "588 801"
  297. *PaperDimension Letter.Transverse: "612 792"
  298. *PaperDimension A4.Transverse: "596 842"
  299. *PaperDimension A5.Transverse: "420 596"
  300. *PaperDimension B5.Transverse: "516 729"
  301. *PaperDimension MaxMeasure: "864 3000"
  302. *%=== Custom Page Sizes ==================================
  303. *% These entries provide the code and parameter ranges for a user
  304. *% to set up a custom page size.
  305. *CustomPageSize True: "exch pop statusdict /setpageparams get exec"
  306. *ParamCustomPageSize Width: 1 points 1 864.567
  307. *ParamCustomPageSize Height: 2 points 1 3000
  308. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 863.567
  309. *ParamCustomPageSize HeightOffset: 4 points 0 0
  310. *ParamCustomPageSize Orientation: 5 int 0 1
  311. *CenterRegistered: False
  312. *MaxMediaWidth: "864.567"
  313. *?CurrentMediaWidth: "save statusdict /mediawidth get exec = flush restore"
  314. *MaxMediaHeight: "3000"
  315. *?CurrentMediaHeight: "save statusdict /medialength get exec = flush restore"
  316. *% === Imagesetter Information ===========================
  317. *OpenGroup: Imagesetter
  318. *OpenUI *MirrorPrint/Mirror: Boolean
  319. *OrderDependency: 50 AnySetup *MirrorPrint
  320. *DefaultMirrorPrint: False
  321. *MirrorPrint True: "statusdict /setmirrorprint known
  322. { true statusdict /setmirrorprint get exec }{
  323. statusdict /mirrorprint true put} ifelse"
  324. *End
  325. *MirrorPrint False: "statusdict /setmirrorprint known
  326. { false statusdict /setmirrorprint get exec }{
  327. statusdict /mirrorprint false put} ifelse"
  328. *End
  329. *?MirrorPrint: "
  330. save
  331. statusdict /mirrorprint get {(True)}{(False)}ifelse = flush
  332. restore
  333. "
  334. *End
  335. *CloseUI: *MirrorPrint
  336. *OpenUI *NegativePrint/Negative: Boolean
  337. *OrderDependency: 50 AnySetup *NegativePrint
  338. *DefaultNegativePrint: False
  339. *NegativePrint True: "statusdict /setnegativeprint known
  340. { true statusdict /setnegativeprint get exec }{
  341. statusdict /negativeprint true put} ifelse"
  342. *End
  343. *NegativePrint False: "statusdict /setnegativeprint known
  344. { false statusdict /setnegativeprint get exec }{
  345. statusdict /negativeprint false put} ifelse"
  346. *End
  347. *?NegativePrint: "
  348. save
  349. statusdict /negativeprint get {(True)}{(False)}ifelse = flush
  350. restore
  351. "
  352. *End
  353. *CloseUI: *NegativePrint
  354. *CloseGroup: Imagesetter
  355. *DefaultOutputOrder: Normal
  356. *RequiresPageRegion All: True
  357. *OpenUI *InputSlot: PickOne
  358. *OrderDependency: 20 AnySetup *InputSlot
  359. *DefaultInputSlot: Cassette
  360. *InputSlot Cassette: ""
  361. *CloseUI: *InputSlot
  362. *% Font Information =====================
  363. *DefaultFont: Courier
  364. *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
  365. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
  366. *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
  367. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
  368. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  369. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  370. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  371. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  372. *Font Courier: Standard "(002.002)" Standard ROM
  373. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  374. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  375. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  376. *Font Helvetica: Standard "(001.006)" Standard ROM
  377. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  378. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  379. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  380. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  381. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  382. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  383. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  384. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
  385. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
  386. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
  387. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
  388. *Font Palatino-Bold: Standard "(001.000)" Standard Disk
  389. *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
  390. *Font Palatino-Italic: Standard "(001.000)" Standard Disk
  391. *Font Palatino-Roman: Standard "(001.000)" Standard Disk
  392. *Font Symbol: Special "(001.003)"Standard ROM
  393. *Font Times-Bold: Standard "(001.007)" Standard ROM
  394. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  395. *Font Times-Italic: Standard "(001.007)" Standard ROM
  396. *Font Times-Roman: Standard "(001.007)" Standard ROM
  397. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
  398. *Font ZapfDingbats: Special "(001.000)" Standard Disk
  399. *Font FutoGoB101-Bold-Add-H: JIS "(003.000)" Add Disk
  400. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  401. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  402. *Font FutoGoB101-Bold-Add-V: JIS "(003.000)" Add Disk
  403. *Font FutoGoB101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  404. *Font FutoGoB101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  405. *Font FutoGoB101-Bold-Ext-H: JIS "(003.000)" Ext Disk
  406. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  407. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  408. *Font FutoGoB101-Bold-Ext-V: JIS "(003.000)" Ext Disk
  409. *Font FutoGoB101-Bold-H: JIS "(003.000)" JIS-83 Disk
  410. *Font FutoGoB101-Bold-NWP-H: JIS "(003.000)" NWP Disk
  411. *Font FutoGoB101-Bold-NWP-V: JIS "(003.000)" NWP Disk
  412. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  413. *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(FontInfo & version not present)" Special Disk
  414. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  415. *Font FutoGoB101-Bold-V: JIS "(003.000)" JIS-83 Disk
  416. *Font FutoGoB101-Bold.Oubun: Special "(003.000)" Special Disk
  417. *Font FutoGoB101-Bold.Roman: Special "(003.000)" Special Disk
  418. *Font FutoGoB101-Bold.Roman83pv: Special "(003.000)" Special Disk
  419. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.000)" Special Disk
  420. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  421. *Font FutoMinA101-Bold-Add-H: JIS "(003.000)" Add Disk
  422. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  423. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  424. *Font FutoMinA101-Bold-Add-V: JIS "(003.000)" Add Disk
  425. *Font FutoMinA101-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  426. *Font FutoMinA101-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  427. *Font FutoMinA101-Bold-Ext-H: JIS "(003.000)" Ext Disk
  428. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  429. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  430. *Font FutoMinA101-Bold-Ext-V: JIS "(003.000)" Ext Disk
  431. *Font FutoMinA101-Bold-H: JIS "(003.000)" JIS-83 Disk
  432. *Font FutoMinA101-Bold-NWP-H: JIS "(003.000)" NWP Disk
  433. *Font FutoMinA101-Bold-NWP-V: JIS "(003.000)" NWP Disk
  434. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  435. *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(FontInfo & version not present)" Special Disk
  436. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  437. *Font FutoMinA101-Bold-V: JIS "(003.000)" JIS-83 Disk
  438. *Font FutoMinA101-Bold.Oubun: Special "(003.000)" Special Disk
  439. *Font FutoMinA101-Bold.Roman: Special "(003.000)" Special Disk
  440. *Font FutoMinA101-Bold.Roman83pv: Special "(003.000)" Special Disk
  441. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.000)" Special Disk
  442. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  443. *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk
  444. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  445. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  446. *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk
  447. *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
  448. *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
  449. *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk
  450. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  451. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  452. *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk
  453. *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk
  454. *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk
  455. *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk
  456. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  457. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(FontInfo & version not present)" Special Disk
  458. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  459. *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk
  460. *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk
  461. *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk
  462. *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk
  463. *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk
  464. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  465. *Font Jun101-Light-Add-H: JIS "(003.000)" Add Disk
  466. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  467. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  468. *Font Jun101-Light-Add-V: JIS "(003.000)" Add Disk
  469. *Font Jun101-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  470. *Font Jun101-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  471. *Font Jun101-Light-Ext-H: JIS "(003.000)" Ext Disk
  472. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  473. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  474. *Font Jun101-Light-Ext-V: JIS "(003.000)" Ext Disk
  475. *Font Jun101-Light-H: JIS "(003.000)" JIS-83 Disk
  476. *Font Jun101-Light-NWP-H: JIS "(003.000)" NWP Disk
  477. *Font Jun101-Light-NWP-V: JIS "(003.000)" NWP Disk
  478. *Font Jun101-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  479. *Font Jun101-Light-RKSJ-UserGaiji: Special "(FontInfo & version not present)" Special Disk
  480. *Font Jun101-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  481. *Font Jun101-Light-V: JIS "(003.000)" JIS-83 Disk
  482. *Font Jun101-Light.Oubun: Special "(003.000)" Special Disk
  483. *Font Jun101-Light.Roman: Special "(003.000)" Special Disk
  484. *Font Jun101-Light.Roman83pv: Special "(003.000)" Special Disk
  485. *Font Jun101-Light.WP-Symbol: Special "(003.000)" Special Disk
  486. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  487. *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk
  488. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  489. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  490. *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk
  491. *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  492. *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  493. *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk
  494. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  495. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  496. *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk
  497. *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk
  498. *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk
  499. *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk
  500. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  501. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(FontInfo & version not present)" Special Disk
  502. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  503. *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk
  504. *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk
  505. *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk
  506. *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk
  507. *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk
  508. *?FontQuery: "
  509. save
  510. /str 100 string dup 0 (fonts/) putinterval def
  511. {
  512. count 1 gt {
  513. exch dup str 6 94 getinterval cvs
  514. (/) print dup print (:) print exch
  515. FontDirectory exch known
  516. { pop (Yes) }
  517. {
  518. length 6 add str 0 3 -1 roll getinterval
  519. mark exch status
  520. {cleartomark (Yes)}{cleartomark (No)} ifelse
  521. } ifelse =
  522. }
  523. {exit} ifelse
  524. }bind loop
  525. (*) = flush
  526. restore
  527. "
  528. *End
  529. *?FontList: "
  530. save
  531. FontDirectory { pop == } bind forall flush
  532. /filenameforall where
  533. {
  534. pop (fonts/*)
  535. { dup length 6 sub 6 exch getinterval cvn == } bind
  536. 128 string filenameforall flush
  537. } if
  538. (*) = flush
  539. restore
  540. "
  541. *End
  542. *% Printer Messages (verbatim from printer):
  543. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  544. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  545. *Message: "\FontName\ not found, using Courier"
  546. *% Status (format: %%[ status: <one of these> ]%% )
  547. *Status: "idle"
  548. *Status: "busy"
  549. *Status: "waiting"
  550. *Status: "printing"
  551. *Status: "warming up"
  552. *Status: "PrinterError: recorder idle"
  553. *Status: "PrinterError: recorder busy"
  554. *Status: "PrinterError: recorder offline or film problem"
  555. *Status: "PrinterError: recorder not responding"
  556. *Status: "PrinterError: cassette full"
  557. *Status: "PrinterError: recorder active"
  558. *Status: "PrinterError: knife not in end position"
  559. *Status: "PrinterError: cassette error"
  560. *Status: "PrinterError: change cassette"
  561. *Status: "PrinterError: knife error"
  562. *Status: "PrinterError: no cassette"
  563. *Status: "PrinterError: end of film"
  564. *Status: "PrinterError: halt at end of job"
  565. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  566. *Source: "serial9"
  567. *Source: "serial25"
  568. *Source: "AppleTalk"
  569. *Source: "Centronics"
  570. *Source: "other"
  571. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  572. *PrinterError: "recorder idle"
  573. *PrinterError: "recorder busy"
  574. *PrinterError: "recorder offline or film problem"
  575. *PrinterError: "recorder not responding"
  576. *PrinterError: "cassette full"
  577. *PrinterError: "recorder active"
  578. *PrinterError: "knife not in end position"
  579. *PrinterError: "cassette error"
  580. *PrinterError: "change cassette"
  581. *PrinterError: "knife error"
  582. *PrinterError: "no cassette"
  583. *PrinterError: "end of film"
  584. *PrinterError: "halt at end of job"
  585. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  586. *% Color Separation Information =====================
  587. *% Use Linotype Utility to invoke HQS
  588. *DefaultColorSep: ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi
  589. *InkName: ProcessBlack/Process Black
  590. *InkName: CustomColor/Custom Color
  591. *InkName: ProcessCyan/Process Cyan
  592. *InkName: ProcessMagenta/Process Magenta
  593. *InkName: ProcessYellow/Process Yellow
  594. *% For 80 lpi / 1693 dpi
  595. *ColorSepScreenAngle ProcessBlack.80lpi.1693dpi/80 lpi / 1693 dpi: "45"
  596. *ColorSepScreenAngle CustomColor.80lpi.1693dpi/80 lpi / 1693 dpi: "45"
  597. *ColorSepScreenAngle ProcessCyan.80lpi.1693dpi/80 lpi / 1693 dpi: "15"
  598. *ColorSepScreenAngle ProcessMagenta.80lpi.1693dpi/80 lpi / 1693 dpi: "75"
  599. *ColorSepScreenAngle ProcessYellow.80lpi.1693dpi/80 lpi / 1693 dpi: "0"
  600. *ColorSepScreenFreq ProcessBlack.80lpi.1693dpi/80 lpi / 1693 dpi: "80"
  601. *ColorSepScreenFreq CustomColor.80lpi.1693dpi/80 lpi / 1693 dpi: "80"
  602. *ColorSepScreenFreq ProcessCyan.80lpi.1693dpi/80 lpi / 1693 dpi: "80"
  603. *ColorSepScreenFreq ProcessMagenta.80lpi.1693dpi/80 lpi / 1693 dpi: "80"
  604. *ColorSepScreenFreq ProcessYellow.80lpi.1693dpi/80 lpi / 1693 dpi: "80"
  605. *% For 100 lpi / 1693 dpi
  606. *ColorSepScreenAngle ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi: "45"
  607. *ColorSepScreenAngle CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi: "45"
  608. *ColorSepScreenAngle ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi: "15"
  609. *ColorSepScreenAngle ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi: "75"
  610. *ColorSepScreenAngle ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi: "0"
  611. *ColorSepScreenFreq ProcessBlack.100lpi.1693dpi/100 lpi / 1693 dpi: "100"
  612. *ColorSepScreenFreq CustomColor.100lpi.1693dpi/100 lpi / 1693 dpi: "100"
  613. *ColorSepScreenFreq ProcessCyan.100lpi.1693dpi/100 lpi / 1693 dpi: "100"
  614. *ColorSepScreenFreq ProcessMagenta.100lpi.1693dpi/100 lpi / 1693 dpi: "100"
  615. *ColorSepScreenFreq ProcessYellow.100lpi.1693dpi/100 lpi / 1693 dpi: "100"
  616. *% For 120 lpi / 1693 dpi
  617. *ColorSepScreenAngle ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi: "45"
  618. *ColorSepScreenAngle CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi: "45"
  619. *ColorSepScreenAngle ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi: "15"
  620. *ColorSepScreenAngle ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi: "75"
  621. *ColorSepScreenAngle ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "0"
  622. *ColorSepScreenFreq ProcessBlack.120lpi.1693dpi/120 lpi / 1693 dpi: "120"
  623. *ColorSepScreenFreq CustomColor.120lpi.1693dpi/120 lpi / 1693 dpi: "120"
  624. *ColorSepScreenFreq ProcessCyan.120lpi.1693dpi/120 lpi / 1693 dpi: "120"
  625. *ColorSepScreenFreq ProcessMagenta.120lpi.1693dpi/120 lpi / 1693 dpi: "120"
  626. *ColorSepScreenFreq ProcessYellow.120lpi.1693dpi/120 lpi / 1693 dpi: "120"
  627. *% For 133 lpi / 1693 dpi
  628. *ColorSepScreenAngle ProcessBlack.133lpi.1693dpi/133 lpi / 1693 dpi: "45"
  629. *ColorSepScreenAngle CustomColor.133lpi.1693dpi/133 lpi / 1693 dpi: "45"
  630. *ColorSepScreenAngle ProcessCyan.133lpi.1693dpi/133 lpi / 1693 dpi: "15"
  631. *ColorSepScreenAngle ProcessMagenta.133lpi.1693dpi/133 lpi / 1693 dpi: "75"
  632. *ColorSepScreenAngle ProcessYellow.133lpi.1693dpi/133 lpi / 1693 dpi: "0"
  633. *ColorSepScreenFreq ProcessBlack.133lpi.1693dpi/133 lpi / 1693 dpi: "133"
  634. *ColorSepScreenFreq CustomColor.133lpi.1693dpi/133 lpi / 1693 dpi: "133"
  635. *ColorSepScreenFreq ProcessCyan.133lpi.1693dpi/133 lpi / 1693 dpi: "133"
  636. *ColorSepScreenFreq ProcessMagenta.133lpi.1693dpi/133 lpi / 1693 dpi: "133"
  637. *ColorSepScreenFreq ProcessYellow.133lpi.1693dpi/133 lpi / 1693 dpi: "133"
  638. *% For 75 lpi / 1270 dpi
  639. *ColorSepScreenAngle ProcessBlack.75lpi.1270dpi/75 lpi / 1270 dpi: "45"
  640. *ColorSepScreenAngle CustomColor.75lpi.1270dpi/75 lpi / 1270 dpi: "45"
  641. *ColorSepScreenAngle ProcessCyan.75lpi.1270dpi/75 lpi / 1270 dpi: "15"
  642. *ColorSepScreenAngle ProcessMagenta.75lpi.1270dpi/75 lpi / 1270 dpi: "75"
  643. *ColorSepScreenAngle ProcessYellow.75lpi.1270dpi/75 lpi / 1270 dpi: "0"
  644. *ColorSepScreenFreq ProcessBlack.75lpi.1270dpi/75 lpi / 1270 dpi: "75"
  645. *ColorSepScreenFreq CustomColor.75lpi.1270dpi/75 lpi / 1270 dpi: "75"
  646. *ColorSepScreenFreq ProcessCyan.75lpi.1270dpi/75 lpi / 1270 dpi: "75"
  647. *ColorSepScreenFreq ProcessMagenta.75lpi.1270dpi/75 lpi / 1270 dpi: "75"
  648. *ColorSepScreenFreq ProcessYellow.75lpi.1270dpi/75 lpi / 1270 dpi: "75"
  649. *% For 90 lpi / 1270 dpi
  650. *ColorSepScreenAngle ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "45"
  651. *ColorSepScreenAngle CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "45"
  652. *ColorSepScreenAngle ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "15"
  653. *ColorSepScreenAngle ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "75"
  654. *ColorSepScreenAngle ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "0"
  655. *ColorSepScreenFreq ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "90"
  656. *ColorSepScreenFreq CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "90"
  657. *ColorSepScreenFreq ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "90"
  658. *ColorSepScreenFreq ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "90"
  659. *ColorSepScreenFreq ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "90"
  660. *% For 100 lpi / 1270 dpi
  661. *ColorSepScreenAngle ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi: "45"
  662. *ColorSepScreenAngle CustomColor.100lpi.1270dpi/100 lpi / 1270 dpi: "45"
  663. *ColorSepScreenAngle ProcessCyan.100lpi.1270dpi/100 lpi / 1270 dpi: "15"
  664. *ColorSepScreenAngle ProcessMagenta.100lpi.1270dpi/100 lpi / 1270 dpi: "75"
  665. *ColorSepScreenAngle ProcessYellow.100lpi.1270dpi/100 lpi / 1270 dpi: "0"
  666. *ColorSepScreenFreq ProcessBlack.100lpi.1270dpi/100 lpi / 1270 dpi: "100"
  667. *ColorSepScreenFreq CustomColor.100lpi.1270dpi/100 lpi / 1270 dpi: "100"
  668. *ColorSepScreenFreq ProcessCyan.100lpi.1270dpi/100 lpi / 1270 dpi: "100"
  669. *ColorSepScreenFreq ProcessMagenta.100lpi.1270dpi/100 lpi / 1270 dpi: "100"
  670. *ColorSepScreenFreq ProcessYellow.100lpi.1270dpi/100 lpi / 1270 dpi: "100"
  671. *% For 85 lpi / 846 dpi
  672. *ColorSepScreenAngle ProcessBlack.85lpi.846dpi/85 lpi / 846 dpi: "45"
  673. *ColorSepScreenAngle CustomColor.85lpi.846dpi/85 lpi / 846 dpi: "45"
  674. *ColorSepScreenAngle ProcessCyan.85lpi.846dpi/85 lpi / 846 dpi: "15"
  675. *ColorSepScreenAngle ProcessMagenta.85lpi.846dpi/85 lpi / 846 dpi: "75"
  676. *ColorSepScreenAngle ProcessYellow.85lpi.846dpi/85 lpi / 846 dpi: "0"
  677. *ColorSepScreenFreq ProcessBlack.85lpi.846dpi/85 lpi / 846 dpi: "85"
  678. *ColorSepScreenFreq CustomColor.85lpi.846dpi/85 lpi / 846 dpi: "85"
  679. *ColorSepScreenFreq ProcessCyan.85lpi.846dpi/85 lpi / 846 dpi: "85"
  680. *ColorSepScreenFreq ProcessMagenta.85lpi.846dpi/85 lpi / 846 dpi: "85"
  681. *ColorSepScreenFreq ProcessYellow.85lpi.846dpi/85 lpi / 846 dpi: "85"
  682. *% end of PPD file for Linotype