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.

588 lines
28 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1988-1996 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. *FormatVersion: "4.3"
  9. *FileVersion: "1.4"
  10. *PCFileName: "SOLIPSC5.PPD"
  11. *LanguageVersion: English
  12. *LanguageEncoding: ISOLatin1
  13. *Product: "(PostArt)"
  14. *PSVersion: "(2013.114) 12"
  15. *PSVersion: "(2015.802) 01"
  16. *ModelName: "Sony PostArt for LIPS-3 12J v2015.802-01"
  17. *Manufacturer: "Sony"
  18. *ShortNickName: "Sony PostArt for LIPS-3 12J"
  19. *NickName: "Sony PostArt for LIPS-3 12J v2015.802-01"
  20. *% General Information and Defaults ===============
  21. *FreeVM: "1073737256"
  22. *LanguageLevel: "2"
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *DefaultHalftoneType: 2
  26. *FileSystem: True
  27. *PrintPSErrors: False
  28. *TTRasterizer: Type42
  29. *?FileSystem: "
  30. save
  31. false (%os%)
  32. { currentdevparams dup /Writeable known
  33. {/Writeable get {pop true} if} {pop} ifelse
  34. } 10 string /IODevice resourceforall
  35. {(True)}{(False)} ifelse = flush
  36. restore
  37. "
  38. *End
  39. *Throughput: "8"
  40. *Password: "0"
  41. *ExitServer: "
  42. count 0 eq
  43. { false } { true exch startjob } ifelse
  44. not { (WARNING: Cannot modify initial VM.) =
  45. (Missing or invalid password.) =
  46. (Please contact the author of this software.) = flush quit
  47. } if"
  48. *End
  49. *Reset: "
  50. count 0 eq
  51. { false } { true exch startjob } ifelse
  52. not { (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: 300dpi
  61. *?Resolution: "
  62. save
  63. initgraphics
  64. 0 0 moveto currentpoint matrix defaultmatrix transform
  65. 0 72 lineto currentpoint matrix defaultmatrix transform
  66. 3 -1 roll sub dup mul
  67. 3 1 roll exch sub dup mul
  68. add sqrt round cvi
  69. ( ) cvs print (dpi) = flush
  70. restore
  71. "
  72. *End
  73. *% Halftone Information ===============
  74. *ScreenFreq: "60.0"
  75. *ScreenAngle: "45.0"
  76. *DefaultScreenProc: Dot
  77. *ScreenProc Dot: "
  78. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  79. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  80. "
  81. *End
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87. *% Paper Handling ===================
  88. *% Use these entries to set paper size most of the time, unless there is
  89. *% specific reason to use PageRegion.
  90. *OpenUI *PageSize: PickOne
  91. *OrderDependency: 30 AnySetup *PageSize
  92. *DefaultPageSize: A4
  93. *PageSize A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  94. *PageSize B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  95. *PageSize A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  96. *PageSize B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  97. *?PageSize: "
  98. save
  99. currentpagedevice /PageSize get aload pop
  100. 2 copy gt {exch} if
  101. (Unknown)
  102. 4 dict
  103. dup [842 1191] (A3) put
  104. dup [729 1032] (B4) put
  105. dup [595 842] (A4) put
  106. dup [516 729] (B5) put
  107. { exch aload pop 4 index sub abs 5 le exch
  108. 5 index sub abs 5 le and
  109. {exch pop exit} {pop} ifelse
  110. } bind forall
  111. = flush pop pop
  112. restore
  113. "
  114. *End
  115. *CloseUI: *PageSize
  116. *OpenUI *PageRegion: PickOne
  117. *OrderDependency: 40 AnySetup *PageRegion
  118. *DefaultPageRegion: A4
  119. *PageRegion A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  120. *PageRegion B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  121. *PageRegion A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  122. *PageRegion B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  123. *CloseUI: *PageRegion
  124. *DefaultImageableArea: A4
  125. *ImageableArea A3: "13.5 17.01 825.66 1177.65"
  126. *ImageableArea B4: "13.5 2.61 716.22 1010.61"
  127. *ImageableArea A4: "13.5 15.75 577.98 828.63"
  128. *ImageableArea B5: "13.5 18.63 500.22 715.59"
  129. *?ImageableArea: "
  130. save
  131. /cvp {( ) cvs print ( ) print } bind def
  132. /upperright {10000 mul floor 10000 div} bind def
  133. /lowerleft {10000 mul ceiling 10000 div} bind def
  134. newpath clippath pathbbox
  135. 4 -2 roll exch 2 {lowerleft cvp} repeat
  136. exch 2 {upperright cvp} repeat flush
  137. restore
  138. "
  139. *End
  140. *% These provide the physical dimensions of the paper (by keyword)
  141. *DefaultPaperDimension: A4
  142. *PaperDimension A3: "842 1191"
  143. *PaperDimension B4: "729 1032"
  144. *PaperDimension A4: "595 842"
  145. *PaperDimension B5: "516 729"
  146. *RequiresPageRegion All: True
  147. *DefaultOutputOrder: Normal
  148. *OpenUI *InputSlot: PickOne
  149. *OrderDependency: 20 AnySetup *InputSlot
  150. *DefaultInputSlot: Cassette
  151. *InputSlot Cassette: ""
  152. *CloseUI: *InputSlot
  153. *% Font Information =====================
  154. *DefaultFont: Courier
  155. *Font AvantGarde-Book: Standard "(001.006)" Standard Disk
  156. *Font AvantGarde-BookOblique: Standard "(001.006)" Standard Disk
  157. *Font AvantGarde-Demi: Standard "(001.007)" Standard Disk
  158. *Font AvantGarde-DemiOblique: Standard "(001.007)" Standard Disk
  159. *Font Bookman-Demi: Standard "(001.004)" Standard Disk
  160. *Font Bookman-DemiItalic: Standard "(001.004)" Standard Disk
  161. *Font Bookman-Light: Standard "(001.004)" Standard Disk
  162. *Font Bookman-LightItalic: Standard "(001.004)" Standard Disk
  163. *Font Courier: Standard "(002.004)" Standard Disk
  164. *Font Courier-Bold: Standard "(002.004)" Standard Disk
  165. *Font Courier-BoldOblique: Standard "(002.004)" Standard Disk
  166. *Font Courier-Oblique: Standard "(002.004)" Standard Disk
  167. *Font Helvetica: Standard "(001.006)" Standard Disk
  168. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  169. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  170. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  171. *Font Helvetica-Condensed: Standard "(001.003)" Standard Disk
  172. *Font Helvetica-Condensed-Bold: Standard "(001.004)" Standard Disk
  173. *Font Helvetica-Condensed-BoldObl: Standard "(001.004)" Standard Disk
  174. *Font Helvetica-Condensed-Oblique: Standard "(001.003)" Standard Disk
  175. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  176. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  177. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  178. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  179. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard Disk
  180. *Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard Disk
  181. *Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard Disk
  182. *Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard Disk
  183. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  184. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  185. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  186. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  187. *Font Symbol: Special "(001.007)" Special Disk
  188. *Font Times-Bold: Standard "(001.007)" Standard Disk
  189. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  190. *Font Times-Italic: Standard "(001.007)" Standard Disk
  191. *Font Times-Roman: Standard "(001.007)" Standard Disk
  192. *Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard Disk
  193. *Font ZapfDingbats: Special "(001.004)" Special Disk
  194. *% Japanese Fonts ===============
  195. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  196. *Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add Disk
  197. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  198. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  199. *Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add Disk
  200. *Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  201. *Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  202. *Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  203. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  204. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  205. *Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  206. *Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 Disk
  207. *Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  208. *Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  209. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  210. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  211. *Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 Disk
  212. *Font FutoGoB101-Bold.Hankaku: Special "(003.001)" Special Disk
  213. *Font FutoGoB101-Bold.Hiragana: Special "(003.001)" Special Disk
  214. *Font FutoGoB101-Bold.Katakana: Special "(003.001)" Special Disk
  215. *Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special Disk
  216. *Font FutoGoB101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  217. *Font FutoGoB101-Bold.Roman: Special "(003.001)" Special Disk
  218. *Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special Disk
  219. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  220. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  221. *Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add Disk
  222. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  223. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  224. *Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add Disk
  225. *Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  226. *Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  227. *Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  228. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  229. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  230. *Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  231. *Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 Disk
  232. *Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  233. *Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  234. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  235. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  236. *Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 Disk
  237. *Font FutoMinA101-Bold.Hankaku: Special "(003.001)" Special Disk
  238. *Font FutoMinA101-Bold.Hiragana: Special "(003.001)" Special Disk
  239. *Font FutoMinA101-Bold.Katakana: Special "(003.001)" Special Disk
  240. *Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special Disk
  241. *Font FutoMinA101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  242. *Font FutoMinA101-Bold.Roman: Special "(003.001)" Special Disk
  243. *Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special Disk
  244. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  245. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv Disk
  246. *Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add Disk
  247. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add Disk
  248. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add Disk
  249. *Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add Disk
  250. *Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 Disk
  251. *Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 Disk
  252. *Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext Disk
  253. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext Disk
  254. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext Disk
  255. *Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext Disk
  256. *Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 Disk
  257. *Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP Disk
  258. *Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP Disk
  259. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 Disk
  260. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 Disk
  261. *Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 Disk
  262. *Font GothicBBB-Medium.Hankaku: Special "(003.002)" Special Disk
  263. *Font GothicBBB-Medium.Hiragana: Special "(003.002)" Special Disk
  264. *Font GothicBBB-Medium.Katakana: Special "(003.002)" Special Disk
  265. *Font GothicBBB-Medium.Oubun: Special "(003.002)" Special Disk
  266. *Font GothicBBB-Medium.Oubun-Add: Special "(003.002)" Special Disk
  267. *Font GothicBBB-Medium.Roman: Special "(003.002)" Special Disk
  268. *Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special Disk
  269. *Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special Disk
  270. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  271. *Font Jun101-Light-Add-H: JIS "(003.001)" Add Disk
  272. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  273. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  274. *Font Jun101-Light-Add-V: JIS "(003.001)" Add Disk
  275. *Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  276. *Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  277. *Font Jun101-Light-Ext-H: JIS "(003.001)" Ext Disk
  278. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  279. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  280. *Font Jun101-Light-Ext-V: JIS "(003.001)" Ext Disk
  281. *Font Jun101-Light-H: JIS "(003.001)" JIS-83 Disk
  282. *Font Jun101-Light-NWP-H: JIS "(003.001)" NWP Disk
  283. *Font Jun101-Light-NWP-V: JIS "(003.001)" NWP Disk
  284. *Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  285. *Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  286. *Font Jun101-Light-V: JIS "(003.001)" JIS-83 Disk
  287. *Font Jun101-Light.Hankaku: Special "(003.001)" Special Disk
  288. *Font Jun101-Light.Hiragana: Special "(003.001)" Special Disk
  289. *Font Jun101-Light.Katakana: Special "(003.001)" Special Disk
  290. *Font Jun101-Light.Oubun: Special "(003.001)" Special Disk
  291. *Font Jun101-Light.Oubun-Add: Special "(003.001)" Special Disk
  292. *Font Jun101-Light.Roman: Special "(003.001)" Special Disk
  293. *Font Jun101-Light.Roman83pv: Special "(003.001)" Special Disk
  294. *Font Jun101-Light.WP-Symbol: Special "(003.001)" Special Disk
  295. *Font MidashiGo-MB31-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  296. *Font MidashiGo-MB31-Add-H: JIS "(003.000)" Add Disk
  297. *Font MidashiGo-MB31-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  298. *Font MidashiGo-MB31-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  299. *Font MidashiGo-MB31-Add-V: JIS "(003.000)" Add Disk
  300. *Font MidashiGo-MB31-EUC-H: EUC "(003.000)" JIS-83 Disk
  301. *Font MidashiGo-MB31-EUC-V: EUC "(003.000)" JIS-83 Disk
  302. *Font MidashiGo-MB31-Ext-H: JIS "(003.000)" Ext Disk
  303. *Font MidashiGo-MB31-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  304. *Font MidashiGo-MB31-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  305. *Font MidashiGo-MB31-Ext-V: JIS "(003.000)" Ext Disk
  306. *Font MidashiGo-MB31-H: JIS "(003.000)" JIS-83 Disk
  307. *Font MidashiGo-MB31-NWP-H: JIS "(003.000)" NWP Disk
  308. *Font MidashiGo-MB31-NWP-V: JIS "(003.000)" NWP Disk
  309. *Font MidashiGo-MB31-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  310. *Font MidashiGo-MB31-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  311. *Font MidashiGo-MB31-V: JIS "(003.000)" JIS-83 Disk
  312. *Font MidashiGo-MB31.Hankaku: Special "(003.000)" Special Disk
  313. *Font MidashiGo-MB31.Hiragana: Special "(003.000)" Special Disk
  314. *Font MidashiGo-MB31.Katakana: Special "(003.000)" Special Disk
  315. *Font MidashiGo-MB31.Oubun: Special "(003.000)" Special Disk
  316. *Font MidashiGo-MB31.Oubun-Add: Special "(003.000)" Special Disk
  317. *Font MidashiGo-MB31.Roman: Special "(003.000)" Special Disk
  318. *Font MidashiGo-MB31.Roman83pv: Special "(003.000)" Special Disk
  319. *Font MidashiGo-MB31.WP-Symbol: Special "(003.000)" Special Disk
  320. *Font MidashiMin-MA31-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  321. *Font MidashiMin-MA31-Add-H: JIS "(003.001)" Add Disk
  322. *Font MidashiMin-MA31-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  323. *Font MidashiMin-MA31-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  324. *Font MidashiMin-MA31-Add-V: JIS "(003.001)" Add Disk
  325. *Font MidashiMin-MA31-EUC-H: EUC "(003.001)" JIS-83 Disk
  326. *Font MidashiMin-MA31-EUC-V: EUC "(003.001)" JIS-83 Disk
  327. *Font MidashiMin-MA31-Ext-H: JIS "(003.001)" Ext Disk
  328. *Font MidashiMin-MA31-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  329. *Font MidashiMin-MA31-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  330. *Font MidashiMin-MA31-Ext-V: JIS "(003.001)" Ext Disk
  331. *Font MidashiMin-MA31-H: JIS "(003.001)" JIS-83 Disk
  332. *Font MidashiMin-MA31-NWP-H: JIS "(003.001)" NWP Disk
  333. *Font MidashiMin-MA31-NWP-V: JIS "(003.001)" NWP Disk
  334. *Font MidashiMin-MA31-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  335. *Font MidashiMin-MA31-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  336. *Font MidashiMin-MA31-V: JIS "(003.001)" JIS-83 Disk
  337. *Font MidashiMin-MA31.Hankaku: Special "(003.001)" Special Disk
  338. *Font MidashiMin-MA31.Hiragana: Special "(003.001)" Special Disk
  339. *Font MidashiMin-MA31.Katakana: Special "(003.001)" Special Disk
  340. *Font MidashiMin-MA31.Oubun: Special "(003.001)" Special Disk
  341. *Font MidashiMin-MA31.Oubun-Add: Special "(003.001)" Special Disk
  342. *Font MidashiMin-MA31.Roman: Special "(003.001)" Special Disk
  343. *Font MidashiMin-MA31.Roman83pv: Special "(003.001)" Special Disk
  344. *Font MidashiMin-MA31.WP-Symbol: Special "(003.001)" Special Disk
  345. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  346. *Font Ryumin-Light-Add-H: JIS "(003.001)" Add Disk
  347. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  348. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  349. *Font Ryumin-Light-Add-V: JIS "(003.001)" Add Disk
  350. *Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  351. *Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  352. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext Disk
  353. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  354. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  355. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext Disk
  356. *Font Ryumin-Light-Ext.Hiragana: Special "(003.001)" Special Disk
  357. *Font Ryumin-Light-Ext.Katakana: Special "(003.001)" Special Disk
  358. *Font Ryumin-Light-H: JIS "(003.001)" JIS-83 Disk
  359. *Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP Disk
  360. *Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP Disk
  361. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  362. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  363. *Font Ryumin-Light-V: JIS "(003.001)" JIS-83 Disk
  364. *Font Ryumin-Light.Hankaku: Special "(003.001)" Special Disk
  365. *Font Ryumin-Light.Hiragana: Special "(003.001)" Special Disk
  366. *Font Ryumin-Light.Katakana: Special "(003.001)" Special Disk
  367. *Font Ryumin-Light.Oubun: Special "(003.001)" Special Disk
  368. *Font Ryumin-Light.Oubun-Add: Special "(003.001)" Special Disk
  369. *Font Ryumin-Light.Roman: Special "(003.001)" Special Disk
  370. *Font Ryumin-Light.Roman83pv: Special "(003.001)" Special Disk
  371. *Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special Disk
  372. *Font ShinGo-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  373. *Font ShinGo-Bold-Add-H: JIS "(003.000)" Add Disk
  374. *Font ShinGo-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  375. *Font ShinGo-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  376. *Font ShinGo-Bold-Add-V: JIS "(003.000)" Add Disk
  377. *Font ShinGo-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  378. *Font ShinGo-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  379. *Font ShinGo-Bold-Ext-H: JIS "(003.000)" Ext Disk
  380. *Font ShinGo-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  381. *Font ShinGo-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  382. *Font ShinGo-Bold-Ext-V: JIS "(003.000)" Ext Disk
  383. *Font ShinGo-Bold-H: JIS "(003.000)" JIS-83 Disk
  384. *Font ShinGo-Bold-NWP-H: JIS "(003.000)" NWP Disk
  385. *Font ShinGo-Bold-NWP-V: JIS "(003.000)" NWP Disk
  386. *Font ShinGo-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  387. *Font ShinGo-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  388. *Font ShinGo-Bold-V: JIS "(003.000)" JIS-83 Disk
  389. *Font ShinGo-Bold.Hankaku: Special "(003.000)" Special Disk
  390. *Font ShinGo-Bold.Hiragana: Special "(003.000)" Special Disk
  391. *Font ShinGo-Bold.Katakana: Special "(003.000)" Special Disk
  392. *Font ShinGo-Bold.Oubun: Special "(003.000)" Special Disk
  393. *Font ShinGo-Bold.Oubun-Add: Special "(003.000)" Special Disk
  394. *Font ShinGo-Bold.Roman: Special "(003.000)" Special Disk
  395. *Font ShinGo-Bold.Roman83pv: Special "(003.000)" Special Disk
  396. *Font ShinGo-Bold.WP-Symbol: Special "(003.000)" Special Disk
  397. *Font ShinGo-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  398. *Font ShinGo-Light-Add-H: JIS "(003.000)" Add Disk
  399. *Font ShinGo-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  400. *Font ShinGo-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  401. *Font ShinGo-Light-Add-V: JIS "(003.000)" Add Disk
  402. *Font ShinGo-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  403. *Font ShinGo-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  404. *Font ShinGo-Light-Ext-H: JIS "(003.000)" Ext Disk
  405. *Font ShinGo-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  406. *Font ShinGo-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  407. *Font ShinGo-Light-Ext-V: JIS "(003.000)" Ext Disk
  408. *Font ShinGo-Light-H: JIS "(003.000)" JIS-83 Disk
  409. *Font ShinGo-Light-NWP-H: JIS "(003.000)" NWP Disk
  410. *Font ShinGo-Light-NWP-V: JIS "(003.000)" NWP Disk
  411. *Font ShinGo-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  412. *Font ShinGo-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  413. *Font ShinGo-Light-V: JIS "(003.000)" JIS-83 Disk
  414. *Font ShinGo-Light.Hankaku: Special "(003.000)" Special Disk
  415. *Font ShinGo-Light.Hiragana: Special "(003.000)" Special Disk
  416. *Font ShinGo-Light.Katakana: Special "(003.000)" Special Disk
  417. *Font ShinGo-Light.Oubun: Special "(003.000)" Special Disk
  418. *Font ShinGo-Light.Oubun-Add: Special "(003.000)" Special Disk
  419. *Font ShinGo-Light.Roman: Special "(003.000)" Special Disk
  420. *Font ShinGo-Light.Roman83pv: Special "(003.000)" Special Disk
  421. *Font ShinGo-Light.WP-Symbol: Special "(003.000)" Special Disk
  422. *Font ShinGo-Medium-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  423. *Font ShinGo-Medium-Add-H: JIS "(003.000)" Add Disk
  424. *Font ShinGo-Medium-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  425. *Font ShinGo-Medium-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  426. *Font ShinGo-Medium-Add-V: JIS "(003.000)" Add Disk
  427. *Font ShinGo-Medium-EUC-H: EUC "(003.000)" JIS-83 Disk
  428. *Font ShinGo-Medium-EUC-V: EUC "(003.000)" JIS-83 Disk
  429. *Font ShinGo-Medium-Ext-H: JIS "(003.000)" Ext Disk
  430. *Font ShinGo-Medium-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  431. *Font ShinGo-Medium-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  432. *Font ShinGo-Medium-Ext-V: JIS "(003.000)" Ext Disk
  433. *Font ShinGo-Medium-H: JIS "(003.000)" JIS-83 Disk
  434. *Font ShinGo-Medium-NWP-H: JIS "(003.000)" NWP Disk
  435. *Font ShinGo-Medium-NWP-V: JIS "(003.000)" NWP Disk
  436. *Font ShinGo-Medium-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  437. *Font ShinGo-Medium-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  438. *Font ShinGo-Medium-V: JIS "(003.000)" JIS-83 Disk
  439. *Font ShinGo-Medium.Hankaku: Special "(003.000)" Special Disk
  440. *Font ShinGo-Medium.Hiragana: Special "(003.000)" Special Disk
  441. *Font ShinGo-Medium.Katakana: Special "(003.000)" Special Disk
  442. *Font ShinGo-Medium.Oubun: Special "(003.000)" Special Disk
  443. *Font ShinGo-Medium.Oubun-Add: Special "(003.000)" Special Disk
  444. *Font ShinGo-Medium.Roman: Special "(003.000)" Special Disk
  445. *Font ShinGo-Medium.Roman83pv: Special "(003.000)" Special Disk
  446. *Font ShinGo-Medium.WP-Symbol: Special "(003.000)" Special Disk
  447. *Font ShinGo-Ultra-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  448. *Font ShinGo-Ultra-Add-H: JIS "(003.000)" Add Disk
  449. *Font ShinGo-Ultra-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  450. *Font ShinGo-Ultra-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  451. *Font ShinGo-Ultra-Add-V: JIS "(003.000)" Add Disk
  452. *Font ShinGo-Ultra-EUC-H: EUC "(003.000)" JIS-83 Disk
  453. *Font ShinGo-Ultra-EUC-V: EUC "(003.000)" JIS-83 Disk
  454. *Font ShinGo-Ultra-Ext-H: JIS "(003.000)" Ext Disk
  455. *Font ShinGo-Ultra-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  456. *Font ShinGo-Ultra-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  457. *Font ShinGo-Ultra-Ext-V: JIS "(003.000)" Ext Disk
  458. *Font ShinGo-Ultra-H: JIS "(003.000)" JIS-83 Disk
  459. *Font ShinGo-Ultra-NWP-H: JIS "(003.000)" NWP Disk
  460. *Font ShinGo-Ultra-NWP-V: JIS "(003.000)" NWP Disk
  461. *Font ShinGo-Ultra-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  462. *Font ShinGo-Ultra-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  463. *Font ShinGo-Ultra-V: JIS "(003.000)" JIS-83 Disk
  464. *Font ShinGo-Ultra.Hankaku: Special "(003.000)" Special Disk
  465. *Font ShinGo-Ultra.Hiragana: Special "(003.000)" Special Disk
  466. *Font ShinGo-Ultra.Katakana: Special "(003.000)" Special Disk
  467. *Font ShinGo-Ultra.Oubun: Special "(003.000)" Special Disk
  468. *Font ShinGo-Ultra.Oubun-Add: Special "(003.000)" Special Disk
  469. *Font ShinGo-Ultra.Roman: Special "(003.000)" Special Disk
  470. *Font ShinGo-Ultra.Roman83pv: Special "(003.000)" Special Disk
  471. *Font ShinGo-Ultra.WP-Symbol: Special "(003.000)" Special Disk
  472. *Font ShinseiKai-CBSK1-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  473. *Font ShinseiKai-CBSK1-Add-H: JIS "(003.000)" Add Disk
  474. *Font ShinseiKai-CBSK1-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  475. *Font ShinseiKai-CBSK1-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  476. *Font ShinseiKai-CBSK1-Add-V: JIS "(003.000)" Add Disk
  477. *Font ShinseiKai-CBSK1-EUC-H: EUC "(003.000)" JIS-83 Disk
  478. *Font ShinseiKai-CBSK1-EUC-V: EUC "(003.000)" JIS-83 Disk
  479. *Font ShinseiKai-CBSK1-Ext-H: JIS "(003.000)" Ext Disk
  480. *Font ShinseiKai-CBSK1-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  481. *Font ShinseiKai-CBSK1-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  482. *Font ShinseiKai-CBSK1-Ext-V: JIS "(003.000)" Ext Disk
  483. *Font ShinseiKai-CBSK1-H: JIS "(003.000)" JIS-83 Disk
  484. *Font ShinseiKai-CBSK1-NWP-H: JIS "(003.000)" NWP Disk
  485. *Font ShinseiKai-CBSK1-NWP-V: JIS "(003.000)" NWP Disk
  486. *Font ShinseiKai-CBSK1-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  487. *Font ShinseiKai-CBSK1-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  488. *Font ShinseiKai-CBSK1-V: JIS "(003.000)" JIS-83 Disk
  489. *Font ShinseiKai-CBSK1.Hankaku: Special "(003.000)" Special Disk
  490. *Font ShinseiKai-CBSK1.Hiragana: Special "(003.000)" Special Disk
  491. *Font ShinseiKai-CBSK1.Katakana: Special "(003.000)" Special Disk
  492. *Font ShinseiKai-CBSK1.Oubun: Special "(003.000)" Special Disk
  493. *Font ShinseiKai-CBSK1.Oubun-Add: Special "(003.000)" Special Disk
  494. *Font ShinseiKai-CBSK1.Roman: Special "(003.000)" Special Disk
  495. *Font ShinseiKai-CBSK1.Roman83pv: Special "(003.000)" Special Disk
  496. *Font ShinseiKai-CBSK1.WP-Symbol: Special "(003.000)" Special Disk
  497. *?FontQuery: "
  498. save
  499. { count 1 gt
  500. { exch dup 127 string cvs (/) print print (:) print
  501. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  502. } { exit } ifelse
  503. } bind loop
  504. (*) = flush
  505. restore"
  506. *End
  507. *?FontList: "
  508. save (*) {cvn ==} 128 string /Font resourceforall
  509. (*) = flush restore"
  510. *End
  511. *% Printer Messages (verbatim from printer):
  512. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  513. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  514. *Message: "\FontName\ not found, using Courier"
  515. *% Status (format: %%[ status: <one of these> ]%% )
  516. *Status: "initializing"
  517. *Status: "idle"
  518. *Status: "holding"
  519. *Status: "busy"
  520. *Status: "waiting"
  521. *Status: "PrinterError: printer is warming up"
  522. *Status: "PrinterError: printer is not ready"
  523. *Status: "PrinterError: out of paper"
  524. *Status: "PrinterError: paper jam"
  525. *Status: "PrinterError: paper jam at entry"
  526. *Status: "PrinterError: out of ribbon"
  527. *Status: "PrinterError: ribbon jam"
  528. *Status: "PrinterError: cover is open"
  529. *Status: "PrinterError: thermal head temperature"
  530. *Status: "PrinterError: internal interface error"
  531. *Status: "PrinterError: print engine failure"
  532. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  533. *Source: "EtherTalk"
  534. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  535. *PrinterError: "printer is warming up"
  536. *PrinterError: "printer is not ready"
  537. *PrinterError: "out of paper"
  538. *PrinterError: "paper jam"
  539. *PrinterError: "paper jam at entry"
  540. *PrinterError: "out of ribbon"
  541. *PrinterError: "ribbon jam"
  542. *PrinterError: "cover is open"
  543. *PrinterError: "thermal head temperature"
  544. *PrinterError: "internal interface error"
  545. *PrinterError: "print engine failure"
  546. *% Color Separation Information =====================
  547. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  548. *% For 60 lpi / 300 dpi ===============================
  549. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  550. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  551. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  552. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  553. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  554. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  555. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  556. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  557. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  558. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  559. *% end of PPD file for SONY POSTART FOR LIPS3
  560. *% Last Edit Apr 07,1997