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.

500 lines
21 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% CM ICS for A color PPD file
  4. *% Copyright 1994 by Fuji Xerox Co., Ltd.
  5. *% Date: Oct 24, 1995
  6. *%
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.03"
  9. *PCFileName: "FXCMICS2.PPD"
  10. *LanguageVersion: English
  11. *Product: "(Acolor & CM ICS)"
  12. *PSVersion: "(52.5) 2"
  13. *ShortNickName: "FX Acolor CM ICS"
  14. *ModelName: "FX Acolor & CM ICS v1.2.0"
  15. *NickName: "FX Acolor & CM ICS v1.2.0"
  16. *% General Information and Defaults ===============
  17. *FreeVM: "16777200"
  18. *LanguageLevel: "2"
  19. *Extensions: FileSystem CMYK
  20. *ColorDevice: True
  21. *DefaultColorSpace: CMYK
  22. *VariablePaperSize: False
  23. *FileSystem: True
  24. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  25. *End
  26. *Throughput: "1"
  27. *Password: "0"
  28. *ExitServer: "
  29. count 0 eq { % is the password on the stack?
  30. true
  31. }{
  32. dup % potential password
  33. statusdict begin checkpassword end not
  34. } ifelse
  35. { % if no password or not valid
  36. (WARNING : Cannot perform the exitserver command.) =
  37. (Password supplied is not valid.) =
  38. (Please contact the author of this software.) = flush
  39. quit
  40. } if
  41. serverdict begin exitserver
  42. "
  43. *End
  44. *Reset: "
  45. count 0 eq { % is the password on the stack?
  46. true
  47. }{
  48. dup % potential password
  49. statusdict begin checkpassword end not
  50. } ifelse
  51. { % if no password or not valid
  52. (WARNING : Cannot reset printer.) =
  53. (Password supplied is not valid.) =
  54. (Please contact the author of this software.) = flush
  55. quit
  56. } if
  57. serverdict begin exitserver
  58. systemdict /quit get exec
  59. (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62. *DefaultResolution: 400dpi
  63. *% Halftone Information ===============
  64. *ScreenFreq: "200.0"
  65. *ScreenAngle: "0.0"
  66. *DefaultScreenProc: Dot
  67. *ScreenProc Dot: "{abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  68. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  69. "
  70. *End
  71. *ScreenProc Line: "{ pop }"
  72. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  73. *DefaultTransfer: Null
  74. *Transfer Null: "{ }"
  75. *Transfer Null.Inverse: "{ 1 exch sub }"
  76. *Transfer Normalized: "
  77. {mark
  78. 1.0 1.0 .98 .9 .82 .68 .56 .48 .28 .1 .06 .0
  79. counttomark dup 3 add -1 roll exch
  80. 2 sub mul dup floor cvi
  81. dup 3 1 roll sub
  82. exch dup
  83. 3 add index exch 2 add index dup
  84. 4 1 roll
  85. sub mul add
  86. counttomark 1 add 1 roll
  87. cleartomark
  88. } bind"
  89. *End
  90. *Transfer Normalized.Inverse: "{
  91. mark
  92. .0 .0 .06 .1 .28 .48 .56 .68 .82 .9 .98 1.0
  93. counttomark dup 3 add -1 roll exch
  94. 2 sub mul dup floor cvi
  95. dup 3 1 roll sub
  96. exch dup
  97. 3 add index exch 2 add index dup
  98. 4 1 roll
  99. sub mul add
  100. counttomark 1 add 1 roll
  101. cleartomark
  102. } bind"
  103. *End
  104. *% Paper Handling ===================
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion.
  107. *OpenUI *PageSize: PickOne
  108. *OrderDependency: 30 AnySetup *PageSize
  109. *DefaultPageSize: A4
  110. *PageSize Letter: "statusdict begin lettertray end"
  111. *PageSize A3: "statusdict begin a3tray end"
  112. *PageSize A4: "statusdict begin a4tray end"
  113. *PageSize B5: "statusdict begin b5tray end"
  114. *PageSize B4: "statusdict begin b4tray end"
  115. *CloseUI: *PageSize
  116. *% These entries will set up the frame buffer. Usually used with manual feed.
  117. *OpenUI *PageRegion: PickOne
  118. *OrderDependency: 40 AnySetup *PageRegion
  119. *DefaultPageRegion: A4
  120. *PageRegion Letter: "letter"
  121. *PageRegion B5: "b5"
  122. *PageRegion B4: "b4"
  123. *PageRegion A3: "a3"
  124. *PageRegion A4: "a4"
  125. *CloseUI: *PageRegion
  126. *% The following entries provide information about specific paper keywords.
  127. *DefaultImageableArea: A4
  128. *ImageableArea Letter: "22.67 8.5 603.5 769.32 "
  129. *ImageableArea B5: "22.67 8.5 507.41 705.82 "
  130. *ImageableArea A4: "22.67 8.5 586.78 819.22 "
  131. *ImageableArea B4: "8.5 8.5 720 1009.2 "
  132. *ImageableArea A3: "8.5 8.5 833.5 1168 "
  133. *% These provide the physical dimensions of the paper (by keyword)
  134. *DefaultPaperDimension: A4
  135. *PaperDimension Letter: "612 792"
  136. *PaperDimension B5: "516 729"
  137. *PaperDimension A4: "595 842"
  138. *PaperDimension B4: "729 1032"
  139. *PaperDimension A3: "842 1191"
  140. *OpenUI *ManualFeed/Manual Feed: Boolean
  141. *OrderDependency: 20 AnySetup *ManualFeed
  142. *DefaultManualFeed: False
  143. *ManualFeed True: "statusdict begin /manualfeed true store end"
  144. *ManualFeed False: "statusdict begin /manualfeed false store end"
  145. *?ManualFeed: "
  146. save
  147. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  148. restore
  149. "
  150. *End
  151. *CloseUI: *ManualFeed
  152. *DefaultOutputOrder: Reverse
  153. *RequiresPageRegion All: True
  154. *OpenUI *InputSlot: PickOne
  155. *OrderDependency: 20 AnySetup *InputSlot
  156. *DefaultInputSlot: AutoSelect
  157. *InputSlot AutoSelect/AutoSelect: ""
  158. *End
  159. *CloseUI: *InputSlot
  160. *% Font Information =====================
  161. *DefaultFont: Courier
  162. *Font CG-CSCenturySchoolbook-Bold-Italic-PS: Standard "(001.002)"
  163. *Font CG-CSCenturySchoolbook-Bold-PS: Standard "(001.002)"
  164. *Font CG-CSCenturySchoolbook-Italic-PS: Standard "(001.002)"
  165. *Font CG-CSCenturySchoolbook-Regular-PS: Standard "(001.002)"
  166. *Font CG-CSCourier-Bold-Oblique-PS: Standard "(001.002)"
  167. *Font CG-CSCourier-Bold-PS: Standard "(001.002)"
  168. *Font CG-CSCourier-Medium-PS: Standard "(001.002)"
  169. *Font CG-CSCourier-Oblique-PS: Standard "(001.002)"
  170. *Font CG-CSPalacio-Bold-Italic-PS: Standard "(001.002)"
  171. *Font CG-CSPalacio-Bold-PS: Standard "(001.002)"
  172. *Font CG-CSPalacio-Italic-PS: Standard "(001.002)"
  173. *Font CG-CSPalacio-Roman-PS: Standard "(001.002)"
  174. *Font CG-CSSymbol-PS: Standard "(001.002)"
  175. *Font CG-CSTimes-Bold-Italic-PS: Standard "(001.002)"
  176. *Font CG-CSTimes-Bold-PS: Standard "(001.002)"
  177. *Font CG-CSTimes-Italic-PS: Standard "(001.002)"
  178. *Font CG-CSTimes-Roman-PS: Standard "(001.002)"
  179. *Font CG-CSTriumvirate-Bold-Italic-PS: Standard "(001.002)"
  180. *Font CG-CSTriumvirate-Bold-PS: Standard "(001.002)"
  181. *%Font CG-CSTriumvirate-Condensed-Bold-Italic-PS: Standard "(001.002)"
  182. *Font CG-CSTriumvirate-Condensed-Bold-PS: Standard "(001.002)"
  183. *Font CG-CSTriumvirate-Condensed-Italic-PS: Standard "(001.002)"
  184. *Font CG-CSTriumvirate-Condensed-Regular-PS: Standard "(001.002)"
  185. *Font CG-CSTriumvirate-Italic-PS: Standard "(001.002)"
  186. *Font CG-CSTriumvirate-Narrow-Bold-Oblique-PS: Standard "(001.002)"
  187. *Font CG-CSTriumvirate-Narrow-Bold-PS: Standard "(001.002)"
  188. *Font CG-CSTriumvirate-Narrow-Oblique-PS: Standard "(001.002)"
  189. *Font CG-CSTriumvirate-Narrow-PS: Standard "(001.002)"
  190. *Font CG-CSTriumvirate-Regular-PS: Standard "(001.002)"
  191. *Font NotDefFont: Standard "(001.002)"
  192. *Font URW-ITCAvantGardeGothic-Book-Oblique-PS: Standard "(001.002)"
  193. *Font URW-ITCAvantGardeGothic-Book-PS: Standard "(001.002)"
  194. *Font URW-ITCAvantGardeGothic-Demi-Oblique-PS: Standard "(001.002)"
  195. *Font URW-ITCAvantGardeGothic-Demi-PS: Standard "(001.002)"
  196. *Font URW-ITCBookman-Demi-Italic-PS: Standard "(001.002)"
  197. *Font URW-ITCBookman-Demi-PS: Standard "(001.002)"
  198. *Font URW-ITCBookman-Light-Italic-PS: Standard "(001.002)"
  199. *Font URW-ITCBookman-Light-PS: Standard "(001.002)"
  200. *Font URW-ITCZapfChancery-Medium-Italic-PS: Standard "(001.002)"
  201. *Font URW-ITCZapfDingbats-PS: Standard "(001.002)"
  202. *Font UserGaiji: Standard "(001.002)"
  203. *Font AvantGarde-Book: Standard "(001.002)"
  204. *Font AvantGarde-BookOblique: Standard "(001.002)"
  205. *Font AvantGarde-Demi: Standard "(001.002)"
  206. *Font AvantGarde-DemiOblique: Standard "(001.002)"
  207. *Font Bookman-Demi: Standard "(001.002)"
  208. *Font Bookman-DemiItalic: Standard "(001.002)"
  209. *Font Bookman-Light: Standard "(001.002)"
  210. *Font Bookman-LightItalic: Standard "(001.002)"
  211. *Font Courier: Standard "(001.002)"
  212. *Font Courier-Bold: Standard "(001.002)"
  213. *Font Courier-BoldOblique: Standard "(001.002)"
  214. *Font Courier-Oblique: Standard "(001.002)"
  215. *Font Helvetica: Standard "(001.002)"
  216. *Font Helvetica-Bold: Standard "(001.002)"
  217. *Font Helvetica-BoldOblique: Standard "(001.002)"
  218. *Font Helvetica-Oblique: Standard "(001.002)"
  219. *Font Helvetica-Narrow: Standard "(001.002)"
  220. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  221. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  222. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  223. *Font Helvatica-Condensed: Standard "(001.002)"
  224. *Font Helvatica-Condensed-Oblique: Standard "(001.002)"
  225. *Font Helvatica-Condensed-BoldObl: Standard "(001.002)"
  226. *Font Helvatica-Condensed-Bold: Standard "(001.002)"
  227. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  228. *Font NewCenturySchlbk-BoldItalic: Standard "(001.002)"
  229. *Font NewCenturySchlbk-Italic: Standard "(001.002)"
  230. *Font Palatino-Bold: Standard "(001.002)"
  231. *Font Palatino-BoldItalic: Standard "(001.002)"
  232. *Font Palatino-Italic: Standard "(001.002)"
  233. *Font Palatino-Roman: Standard "(001.002)"
  234. *Font Times-Bold: Standard "(001.002)"
  235. *Font Times-BoldItalic: Standard "(001.002)"
  236. *Font Times-Italic: Standard "(001.002)"
  237. *Font Times-Roman: Standard "(001.002)"
  238. *Font Symbol: Standard "(001.002)"
  239. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  240. *Font ZapfDingbats: Standard "(001.002)"
  241. *Font PCCG-CSTriumvirate-Regular-PS: Standard "(001.002)"
  242. *Font GothicBBB-Medium-83pv-RKSJ-H: Standard "(001.002)"
  243. *Font GothicBBB-Medium-78-EUC-H: Standard "(001.002)"
  244. *Font GothicBBB-Medium-78-EUC-V: Standard "(001.002)"
  245. *Font GothicBBB-Medium-78-H: Standard "(001.002)"
  246. *Font GothicBBB-Medium-78-RKSJ-H: Standard "(001.002)"
  247. *Font GothicBBB-Medium-78-RKSJ-V: Standard "(001.002)"
  248. *Font GothicBBB-Medium-78-SJ-H: Standard "(001.002)"
  249. *Font GothicBBB-Medium-78-SJ-V: Standard "(001.002)"
  250. *Font GothicBBB-Medium-78-V: Standard "(001.002)"
  251. *Font GothicBBB-Medium-Add-H: Standard "(001.002)"
  252. *Font GothicBBB-Medium-Add-RKSJ-H: Standard "(001.002)"
  253. *Font GothicBBB-Medium-Add-RKSJ-V: Standard "(001.002)"
  254. *Font GothicBBB-Medium-Add-V: Standard "(001.002)"
  255. *Font GothicBBB-Medium-EUC-H: Standard "(001.002)"
  256. *Font GothicBBB-Medium-EUC-V: Standard "(001.002)"
  257. *Font GothicBBB-Medium-Ext-EUC-H: Standard "(001.002)"
  258. *Font GothicBBB-Medium-Ext-EUC-V: Standard "(001.002)"
  259. *Font GothicBBB-Medium-Ext-H: Standard "(001.002)"
  260. *Font GothicBBB-Medium-Ext-RKSJ-H: Standard "(001.002)"
  261. *Font GothicBBB-Medium-Ext-RKSJ-V: Standard "(001.002)"
  262. *Font GothicBBB-Medium-Ext-SJ-H: Standard "(001.002)"
  263. *Font GothicBBB-Medium-Ext-SJ-V: Standard "(001.002)"
  264. *Font GothicBBB-Medium-Ext-V: Standard "(001.002)"
  265. *Font GothicBBB-Medium-H: Standard "(001.002)"
  266. *Font GothicBBB-Medium-NWP-H: Standard "(001.002)"
  267. *Font GothicBBB-Medium-NWP-V: Standard "(001.002)"
  268. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(001.002)" JIS-83
  269. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(001.002)" JIS-83
  270. *Font GothicBBB-Medium-SJ-H: Standard "(001.002)"
  271. *Font GothicBBB-Medium-SJ-V: Standard "(001.002)"
  272. *Font GothicBBB-Medium-V: Standard "(001.002)"
  273. *Font GothicBBB-Medium.Hankaku: Standard "(001.002)"
  274. *Font GothicBBB-Medium.Hiragana: Standard "(001.002)"
  275. *Font GothicBBB-Medium.Katakana: Standard "(001.002)"
  276. *Font GothicBBB-Medium.Roman: Standard "(001.002)"
  277. *Font GothicBBB-Medium.WP-Symbol: Standard "(001.002)"
  278. *Font GothicBBB-Medium.SuppK: Standard "(001.002)"
  279. *Font PCJun101-Light: Standard "(001.002)"
  280. *Font Jun101-Light-83pv-RKSJ-H: Standard "(001.002)"
  281. *Font Jun101-Light-Add-H: Standard "(001.002)"
  282. *Font Jun101-Light-Add-RKSJ-H: Standard "(001.002)"
  283. *Font Jun101-Light-Add-RKSJ-V: Standard "(001.002)"
  284. *Font Jun101-Light-Add-V: Standard "(001.002)"
  285. *Font Jun101-Light-EUC-H: Standard "(001.002)"
  286. *Font Jun101-Light-EUC-V: Standard "(001.002)"
  287. *Font Jun101-Light-Ext-H: Standard "(001.002)"
  288. *Font Jun101-Light-Ext-RKSJ-H: Standard "(001.002)"
  289. *Font Jun101-Light-Ext-RKSJ-V: Standard "(001.002)"
  290. *Font Jun101-Light-Ext-V: Standard "(001.002)"
  291. *Font Jun101-Light-H: Standard "(001.002)"
  292. *Font Jun101-Light-NWP-H: Standard "(001.002)"
  293. *Font Jun101-Light-NWP-V: Standard "(001.002)"
  294. *Font Jun101-Light-RKSJ-H: RKSJ "(001.002)" JIS-83
  295. *Font Jun101-Light-RKSJ-V: RKSJ "(001.002)" JIS-83
  296. *Font Jun101-Light-UserGaiji: Standard "(001.002)"
  297. *Font Jun101-Light-V: Standard "(001.002)"
  298. *Font Jun101-Light.Hankaku: Standard "(001.002)"
  299. *Font Jun101-Light.Hiragana: Standard "(001.002)"
  300. *Font Jun101-Light.Katakana: Standard "(001.002)"
  301. *Font Jun101-Light.Roman: Standard "(001.002)"
  302. *Font Jun101-Light.WP-Symbol: Standard "(001.002)"
  303. *Font Jun101-Light.SuppK: Standard "(001.002)"
  304. *Font PCCG-CSTriumvirate-Bold-PS: Standard "(001.002)"
  305. *Font MidashiGo-MB31-83pv-RKSJ-H: Standard "(001.002)"
  306. *Font MidashiGo-MB31-Add-H: Standard "(001.002)"
  307. *Font MidashiGo-MB31-Add-RKSJ-H: Standard "(001.002)"
  308. *Font MidashiGo-MB31-Add-RKSJ-V: Standard "(001.002)"
  309. *Font MidashiGo-MB31-Add-V: Standard "(001.002)"
  310. *Font MidashiGo-MB31-EUC-H: Standard "(001.002)"
  311. *Font MidashiGo-MB31-EUC-V: Standard "(001.002)"
  312. *Font MidashiGo-MB31-Ext-H: Standard "(001.002)"
  313. *Font MidashiGo-MB31-Ext-RKSJ-H: Standard "(001.002)"
  314. *Font MidashiGo-MB31-Ext-RKSJ-V: Standard "(001.002)"
  315. *Font MidashiGo-MB31-Ext-V: Standard "(001.002)"
  316. *Font MidashiGo-MB31-H: Standard "(001.002)"
  317. *Font MidashiGo-MB31-NWP-H: Standard "(001.002)"
  318. *Font MidashiGo-MB31-NWP-V: Standard "(001.002)"
  319. *Font MidashiGo-MB31-RKSJ-H: RKSJ "(001.002)" JIS-83
  320. *Font MidashiGo-MB31-RKSJ-V: RKSJ "(001.002)" JIS-83
  321. *Font MidashiGo-MB31-UserGaiji: Standard "(001.002)"
  322. *Font MidashiGo-MB31-V: Standard "(001.002)"
  323. *Font MidashiGo-MB31.Hankaku: Standard "(001.002)"
  324. *Font MidashiGo-MB31.Hiragana: Standard "(001.002)"
  325. *Font MidashiGo-MB31.Katakana: Standard "(001.002)"
  326. *Font MidashiGo-MB31.Roman: Standard "(001.002)"
  327. *Font MidashiGo-MB31.WP-Symbol: Standard "(001.002)"
  328. *Font MidashiGo-MB31.SuppK: Standard "(001.002)"
  329. *Font FutoGoB101-Bold-83pv-RKSJ-H: Standard "(001.002)"
  330. *Font FutoGoB101-Bold-Add-H: Standard "(001.002)"
  331. *Font FutoGoB101-Bold-Add-RKSJ-H: Standard "(001.002)"
  332. *Font FutoGoB101-Bold-Add-RKSJ-V: Standard "(001.002)"
  333. *Font FutoGoB101-Bold-Add-V: Standard "(001.002)"
  334. *Font FutoGoB101-Bold-EUC-H: Standard "(001.002)"
  335. *Font FutoGoB101-Bold-EUC-V: Standard "(001.002)"
  336. *Font FutoGoB101-Bold-Ext-H: Standard "(001.002)"
  337. *Font FutoGoB101-Bold-Ext-RKSJ-H: Standard "(001.002)"
  338. *Font FutoGoB101-Bold-Ext-RKSJ-V: Standard "(001.002)"
  339. *Font FutoGoB101-Bold-Ext-V: Standard "(001.002)"
  340. *Font FutoGoB101-Bold-H: Standard "(001.002)"
  341. *Font FutoGoB101-Bold-NWP-H: Standard "(001.002)"
  342. *Font FutoGoB101-Bold-NWP-V: Standard "(001.002)"
  343. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(001.002)" JIS-83
  344. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(001.002)" JIS-83
  345. *Font FutoGoB101-Bold-UserGaiji: Standard "(001.002)"
  346. *Font FutoGoB101-Bold-V: Standard "(001.002)"
  347. *Font FutoGoB101-Bold.Hankaku: Standard "(001.002)"
  348. *Font FutoGoB101-Bold.Hiragana: Standard "(001.002)"
  349. *Font FutoGoB101-Bold.Katakana: Standard "(001.002)"
  350. *Font FutoGoB101-Bold.Roman: Standard "(001.002)"
  351. *Font FutoGoB101-Bold.WP-Symbol: Standard "(001.002)"
  352. *Font FutoGoB101-Bold.SuppK: Standard "(001.002)"
  353. *Font PCCG-CSTimes-Roman-PS: Standard "(001.002)"
  354. *Font Ryumin-Light-83pv-RKSJ-H: Standard "(001.002)"
  355. *Font Ryumin-Light-78-EUC-H: Standard "(001.002)"
  356. *Font Ryumin-Light-78-EUC-V: Standard "(001.002)"
  357. *Font Ryumin-Light-78-H: Standard "(001.002)"
  358. *Font Ryumin-Light-78-RKSJ-H: Standard "(001.002)"
  359. *Font Ryumin-Light-78-RKSJ-V: Standard "(001.002)"
  360. *Font Ryumin-Light-78-SJ-H: Standard "(001.002)"
  361. *Font Ryumin-Light-78-SJ-V: Standard "(001.002)"
  362. *Font Ryumin-Light-78-V: Standard "(001.002)"
  363. *Font Ryumin-Light-Add-H: Standard "(001.002)"
  364. *Font Ryumin-Light-Add-RKSJ-H: Standard "(001.002)"
  365. *Font Ryumin-Light-Add-RKSJ-V: Standard "(001.002)"
  366. *Font Ryumin-Light-Add-V: Standard "(001.002)"
  367. *Font Ryumin-Light-EUC-H: Standard "(001.002)"
  368. *Font Ryumin-Light-EUC-V: Standard "(001.002)"
  369. *Font Ryumin-Light-Ext-EUC-H: Standard "(001.002)"
  370. *Font Ryumin-Light-Ext-EUC-V: Standard "(001.002)"
  371. *Font Ryumin-Light-Ext-H: Standard "(001.002)"
  372. *Font Ryumin-Light-Ext-RKSJ-H: Standard "(001.002)"
  373. *Font Ryumin-Light-Ext-RKSJ-V: Standard "(001.002)"
  374. *Font Ryumin-Light-Ext-SJ-H: Standard "(001.002)"
  375. *Font Ryumin-Light-Ext-SJ-V: Standard "(001.002)"
  376. *Font Ryumin-Light-Ext-V: Standard "(001.002)"
  377. *Font Ryumin-Light-H: Standard "(001.002)"
  378. *Font Ryumin-Light-NWP-H: Standard "(001.002)"
  379. *Font Ryumin-Light-NWP-V: Standard "(001.002)"
  380. *Font Ryumin-Light-RKSJ-H: RKSJ "(001.002)" JIS-83
  381. *Font Ryumin-Light-RKSJ-V: RKSJ "(001.002)" JIS-83
  382. *Font Ryumin-Light-SJ-H: Standard "(001.002)"
  383. *Font Ryumin-Light-SJ-V: Standard "(001.002)"
  384. *Font Ryumin-Light-V: Standard "(001.002)"
  385. *Font Ryumin-Light.Hankaku: Standard "(001.002)"
  386. *Font Ryumin-Light.Hiragana: Standard "(001.002)"
  387. *Font Ryumin-Light.Katakana: Standard "(001.002)"
  388. *Font Ryumin-Light.Roman: Standard "(001.002)"
  389. *Font Ryumin-Light.WP-Symbol: Standard "(001.002)"
  390. *Font Ryumin-Light.SuppK: Standard "(001.002)"
  391. *Font PCRyumin-Medium: Standard "(001.002)"
  392. *Font Ryumin-Medium-83pv-RKSJ-H: Standard "(001.002)"
  393. *Font Ryumin-Medium-Add-H: Standard "(001.002)"
  394. *Font Ryumin-Medium-Add-RKSJ-H: Standard "(001.002)"
  395. *Font Ryumin-Medium-Add-RKSJ-V: Standard "(001.002)"
  396. *Font Ryumin-Medium-Add-V: Standard "(001.002)"
  397. *Font Ryumin-Medium-EUC-H: Standard "(001.002)"
  398. *Font Ryumin-Medium-EUC-V: Standard "(001.002)"
  399. *Font Ryumin-Medium-Ext-H: Standard "(001.002)"
  400. *Font Ryumin-Medium-Ext-RKSJ-H: Standard "(001.002)"
  401. *Font Ryumin-Medium-Ext-RKSJ-V: Standard "(001.002)"
  402. *Font Ryumin-Medium-Ext-V: Standard "(001.002)"
  403. *Font Ryumin-Medium-H: Standard "(001.002)"
  404. *Font Ryumin-Medium-NWP-H: Standard "(001.002)"
  405. *Font Ryumin-Medium-NWP-V: Standard "(001.002)"
  406. *Font Ryumin-Medium-RKSJ-H: RKSJ "(001.002)" JIS-83
  407. *Font Ryumin-Medium-RKSJ-V: RKSJ "(001.002)" JIS-83
  408. *Font Ryumin-Medium-UserGaiji: Standard "(001.002)"
  409. *Font Ryumin-Medium-V: Standard "(001.002)"
  410. *Font Ryumin-Medium.Hankaku: Standard "(001.002)"
  411. *Font Ryumin-Medium.Hiragana: Standard "(001.002)"
  412. *Font Ryumin-Medium.Katakana: Standard "(001.002)"
  413. *Font Ryumin-Medium.Roman: Standard "(001.002)"
  414. *Font Ryumin-Medium.WP-Symbol: Standard "(001.002)"
  415. *Font Ryumin-Medium.SuppK: Standard "(001.002)"
  416. *Font FutoMinA101-Bold-83pv-RKSJ-H: Standard "(001.002)"
  417. *Font FutoMinA101-Bold-Add-H: Standard "(001.002)"
  418. *Font FutoMinA101-Bold-Add-RKSJ-H: Standard "(001.002)"
  419. *Font FutoMinA101-Bold-Add-RKSJ-V: Standard "(001.002)"
  420. *Font FutoMinA101-Bold-Add-V: Standard "(001.002)"
  421. *Font FutoMinA101-Bold-EUC-H: Standard "(001.002)"
  422. *Font FutoMinA101-Bold-EUC-V: Standard "(001.002)"
  423. *Font FutoMinA101-Bold-Ext-H: Standard "(001.002)"
  424. *Font FutoMinA101-Bold-Ext-RKSJ-H: Standard "(001.002)"
  425. *Font FutoMinA101-Bold-Ext-RKSJ-V: Standard "(001.002)"
  426. *Font FutoMinA101-Bold-Ext-V: Standard "(001.002)"
  427. *Font FutoMinA101-Bold-H: Standard "(001.002)"
  428. *Font FutoMinA101-Bold-NWP-H: Standard "(001.002)"
  429. *Font FutoMinA101-Bold-NWP-V: Standard "(001.002)"
  430. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(001.002)" JIS-83
  431. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(001.002)" JIS-83
  432. *Font FutoMinA101-Bold-UserGaiji: Standard "(001.002)"
  433. *Font FutoMinA101-Bold-V: Standard "(001.002)"
  434. *Font FutoMinA101-Bold.Hankaku: Standard "(001.002)"
  435. *Font FutoMinA101-Bold.Hiragana: Standard "(001.002)"
  436. *Font FutoMinA101-Bold.Katakana: Standard "(001.002)"
  437. *Font FutoMinA101-Bold.Roman: Standard "(001.002)"
  438. *Font FutoMinA101-Bold.WP-Symbol: Standard "(001.002)"
  439. *Font FutoMinA101-Bold.SuppK: Standard "(001.002)"
  440. *End
  441. *% Printer Messages (verbatim from printer):
  442. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  443. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  444. *Message: "\FontName\ not found, using Courier"
  445. *% Status (format: %%[status: <one of these> ]%%)
  446. *Status: "idle"
  447. *Status: "busy"
  448. *Status: "waiting"
  449. *Status: "printing"
  450. *Status: "warming up"
  451. *Status: "PrinterError: end of ribbon"
  452. *Status: "PrinterError: out of paper"
  453. *Status: "PrinterError: printer fault"
  454. *Status: "PrinterError: printer offline"
  455. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  456. *PrinterError: "end of ribbon"
  457. *PrinterError: "out of paper"
  458. *PrinterError: "printer fault"
  459. *PrinterError: "printer offline"
  460. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  461. *% Color Separation Information =====================
  462. *DefaultColorSep: ProcessBlack.200lpi.400dpi/200 lpi / 400 dpi
  463. *InkName: ProcessBlack/Process Black
  464. *InkName: CustomColor/Custom Color
  465. *InkName: ProcessCyan/Process Cyan
  466. *InkName: ProcessMagenta/Process Magenta
  467. *InkName: ProcessYellow/Process Yellow
  468. *% For 200 lpi / 400 dpi ===============================
  469. *ColorSepScreenAngle ProcessBlack.200lpi.400dpi/200 lpi / 400 dpi: "0"
  470. *ColorSepScreenAngle CustomColor.200lpi.400dpi/200 lpi / 400 dpi: "0"
  471. *ColorSepScreenAngle ProcessCyan.200lpi.400dpi/200 lpi / 400 dpi: "0"
  472. *ColorSepScreenAngle ProcessMagenta.200lpi.400dpi/200 lpi / 400 dpi: "0"
  473. *ColorSepScreenAngle ProcessYellow.200lpi.400dpi/200 lpi / 400 dpi: "0"
  474. *ColorSepScreenFreq ProcessBlack.200lpi.400dpi/200 lpi / 400 dpi: "200"
  475. *ColorSepScreenFreq CustomColor.200lpi.400dpi/200 lpi / 400 dpi: "200"
  476. *ColorSepScreenFreq ProcessCyan.200lpi.400dpi/200 lpi / 400 dpi: "200"
  477. *ColorSepScreenFreq ProcessMagenta.200lpi.400dpi/200 lpi / 400 dpi: "200"
  478. *ColorSepScreenFreq ProcessYellow.200lpi.400dpi/200 lpi / 400 dpi: "200"