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.

655 lines
30 KiB

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