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.

1162 lines
59 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-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. *% End of Copyright statement
  9. *FormatVersion: "4.3"
  10. *FileVersion: "1.2"
  11. *LanguageEncoding: ISOLatin1
  12. *LanguageVersion: English
  13. *PCFileName: "SO3035_1.PPD"
  14. *Product: "(PostArtPro)"
  15. *PSVersion: "(2013.114) 12"
  16. *PSVersion: "(2015.802) 01"
  17. *ModelName: "Sony PostArt Pro for FT-R3035 v2015.802-01"
  18. *Manufacturer: "Sony"
  19. *ShortNickName: "Sony PostArt Pro for FT-R3035"
  20. *NickName: "Sony PostArt Pro for FT-R3035 v2015.802-01"
  21. *% ==== Device Capabilities ===============
  22. *LanguageLevel: "2"
  23. *FreeVM: "1073738132"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *DefaultHalftoneType: 2
  27. *VariablePaperSize: True
  28. *TTRasterizer: Type42
  29. *AccurateScreensSupport: True
  30. *FileSystem: True
  31. *?FileSystem: "
  32. save false
  33. (%disk?%)
  34. { currentdevparams dup /Writeable known
  35. { /Writeable get {pop true} if } { pop } ifelse
  36. } 10 string /IODevice resourceforall
  37. {(True)}{(False)} ifelse = flush
  38. restore"
  39. *End
  40. *Throughput: "1"
  41. *Password: "0"
  42. *ExitServer: "
  43. count 0 eq
  44. { false } { true exch startjob } ifelse
  45. not { (WARNING: Cannot modify initial VM.) =
  46. (Missing or invalid password.) =
  47. (Please contact the author of this software.) = flush quit
  48. } if"
  49. *End
  50. *Reset: "
  51. count 0 eq
  52. { false } { true exch startjob } ifelse
  53. not { (WARNING: Cannot reset printer.) =
  54. (Missing or invalid password.) =
  55. (Please contact the author of this software.) = flush quit
  56. } if
  57. systemdict /quit get exec
  58. (WARNING : Printer Reset Failed.) = flush
  59. "
  60. *End
  61. *OpenUI *Resolution/Choose Resolution: PickOne
  62. *OrderDependency: 10 AnySetup *Resolution
  63. *DefaultResolution: 2400dpi
  64. *Resolution 3000dpi: "(<<) cvx exec /HWResolution [3000 dup] (>>) cvx exec setpagedevice"
  65. *Resolution 2400dpi: "(<<) cvx exec /HWResolution [2400 dup] (>>) cvx exec setpagedevice"
  66. *Resolution 1800dpi: "(<<) cvx exec /HWResolution [1800 dup] (>>) cvx exec setpagedevice"
  67. *Resolution 1500dpi: "(<<) cvx exec /HWResolution [1500 dup] (>>) cvx exec setpagedevice"
  68. *Resolution 1200dpi: "(<<) cvx exec /HWResolution [1200 dup] (>>) cvx exec setpagedevice"
  69. *Resolution 1000dpi: "(<<) cvx exec /HWResolution [1000 dup] (>>) cvx exec setpagedevice"
  70. *?Resolution: "
  71. save
  72. currentpagedevice /HWResolution get
  73. 0 get ( ) cvs print (dpi) = flush
  74. restore
  75. "
  76. *End
  77. *CloseUI: *Resolution
  78. *% Halftone Information ===============
  79. *ScreenFreq: "175"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot:"{abs exch abs 2 copy add 1 le {dup mul exch dup mul add 1 exch sub}
  83. {1 sub dup mul exch 1 sub dup mul add 1 sub}ifelse}"
  84. *End
  85. *ScreenProc Ellipse: "{abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt
  86. {pop dup mul exch .75 div dup mul add 4 div 1 exch sub}{dup 1 gt
  87. {pop 1 exch sub dup mul exch 1 exch sub .75 div dup mul add 4 div 1 sub}
  88. {.5 exch sub exch pop exch pop}ifelse}ifelse}"
  89. *End
  90. *ScreenProc DiamondDot: "{abs exch abs 2 copy add .75 le
  91. {dup mul exch dup mul add 1 exch sub}{2 copy add 1.23 le
  92. {.85 mul add 1 exch sub}{1 sub dup mul exch 1 sub dup mul add 1 sub} ifelse} ifelse}"
  93. *End
  94. *ScreenProc Line: "{exch pop abs neg}"
  95. *ScreenProc Square: "{abs exch abs 2 copy lt {exch}if pop neg}"
  96. *ScreenProc Cross: "{abs exch abs 2 copy gt {exch}if pop neg}"
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100. *% Paper Handling =====================
  101. *% Code in this section both selects a tray and sets up a frame buffer.
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: A4
  105. *PageSize Letter: "(<<) cvx exec /PageSize [612 792] (>>) cvx exec setpagedevice"
  106. *PageSize Legal: "(<<) cvx exec /PageSize [612 1008] (>>) cvx exec setpagedevice"
  107. *PageSize Tabloid: "(<<) cvx exec /PageSize [792 1224] (>>) cvx exec setpagedevice"
  108. *PageSize A5: "(<<) cvx exec /PageSize [420 595] (>>) cvx exec setpagedevice"
  109. *PageSize A4: "(<<) cvx exec /PageSize [595 842] (>>) cvx exec setpagedevice"
  110. *PageSize A3: "(<<) cvx exec /PageSize [842 1191] (>>) cvx exec setpagedevice"
  111. *PageSize B5: "(<<) cvx exec /PageSize [516 729] (>>) cvx exec setpagedevice"
  112. *PageSize B4: "(<<) cvx exec /PageSize [729 1032] (>>) cvx exec setpagedevice"
  113. *PageSize LetterExtra: "(<<) cvx exec /PageSize [684 864] (>>) cvx exec setpagedevice"
  114. *PageSize LegalExtra: "(<<) cvx exec /PageSize [684 1080] (>>) cvx exec setpagedevice"
  115. *PageSize TabloidExtra:"(<<) cvx exec /PageSize [864 1296] (>>) cvx exec setpagedevice"
  116. *PageSize A5Extra: "(<<) cvx exec /PageSize [492 668] (>>) cvx exec setpagedevice"
  117. *PageSize A4Extra: "(<<) cvx exec /PageSize [667 914] (>>) cvx exec setpagedevice"
  118. *PageSize A3Extra: "(<<) cvx exec /PageSize [913 1262] (>>) cvx exec setpagedevice"
  119. *PageSize B5Extra: "(<<) cvx exec /PageSize [587 799] (>>) cvx exec setpagedevice"
  120. *PageSize B4Extra: "(<<) cvx exec /PageSize [799 1103] (>>) cvx exec setpagedevice"
  121. *PageSize LetterRotated:"(<<)cvx exec /PageSize [792 612] (>>) cvx exec setpagedevice"
  122. *PageSize LegalRotated:"(<<) cvx exec /PageSize [1008 612] (>>) cvx exec setpagedevice"
  123. *PageSize A5Rotated: "(<<) cvx exec /PageSize [595 420] (>>) cvx exec setpagedevice"
  124. *PageSize A4Rotated: "(<<) cvx exec /PageSize [842 595] (>>) cvx exec setpagedevice"
  125. *PageSize B5Rotated: "(<<) cvx exec /PageSize [729 516] (>>) cvx exec setpagedevice"
  126. *PageSize LetterExtraRotated: "(<<) cvx exec /PageSize [864 684] (>>) cvx exec setpagedevice"
  127. *PageSize A5ExtraRotated: "(<<) cvx exec /PageSize [668 492] (>>) cvx exec setpagedevice"
  128. *PageSize A4ExtraRotated: "(<<) cvx exec /PageSize [914 667] (>>) cvx exec setpagedevice"
  129. *PageSize B5ExtraRotated: "(<<) cvx exec /PageSize [799 587] (>>) cvx exec setpagedevice"
  130. *?PageSize: "
  131. save
  132. currentpagedevice /PageSize get aload pop
  133. (Unknown)
  134. (<<) cvx exec
  135. [612 792] (Letter)
  136. [612 1008] (Legal)
  137. [792 1224] (Tabloid)
  138. [420 595] (A5)
  139. [595 842] (A4)
  140. [842 1191] (A3)
  141. [516 729] (B5)
  142. [729 1032] (B4)
  143. [684 864] (LetterExtra)
  144. [684 1080] (LegalExtra)
  145. [864 1296] (TabloidExtra)
  146. [492 668] (A5Extra)
  147. [667 914] (A4Extra)
  148. [913 1262] (A3Extra)
  149. [587 799] (B5Extra)
  150. [799 1103] (B4Extra)
  151. [792 612] (LetterRotated)
  152. [1008 612] (LegalRotated)
  153. [595 420] (A5Rotated)
  154. [842 595] (A4Rotated)
  155. [729 516] (B5Rotated)
  156. [864 684] (LetterExtraRotated)
  157. [668 492] (A5ExtraRotated)
  158. [914 667] (A4ExtraRotated)
  159. [799 587] (B5ExtraRotated)
  160. (>>) cvx exec
  161. { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  162. { exch pop exit } {pop} ifelse
  163. } bind forall = flush pop pop
  164. restore
  165. "
  166. *End
  167. *CloseUI: *PageSize
  168. *OpenUI *PageRegion: PickOne
  169. *OrderDependency: 40 AnySetup *PageRegion
  170. *DefaultPageRegion: A4
  171. *PageRegion Letter: "(<<) cvx exec /PageSize [612 792] (>>) cvx exec setpagedevice"
  172. *PageRegion Legal: "(<<) cvx exec /PageSize [612 1008] (>>) cvx exec setpagedevice"
  173. *PageRegion Tabloid: "(<<) cvx exec /PageSize [792 1224] (>>) cvx exec setpagedevice"
  174. *PageRegion A5: "(<<) cvx exec /PageSize [420 595] (>>) cvx exec setpagedevice"
  175. *PageRegion A4: "(<<) cvx exec /PageSize [595 842] (>>) cvx exec setpagedevice"
  176. *PageRegion A3: "(<<) cvx exec /PageSize [842 1191] (>>) cvx exec setpagedevice"
  177. *PageRegion B5: "(<<) cvx exec /PageSize [516 729] (>>) cvx exec setpagedevice"
  178. *PageRegion B4: "(<<) cvx exec /PageSize [729 1032] (>>) cvx exec setpagedevice"
  179. *PageRegion LetterExtra: "(<<) cvx exec /PageSize [684 864] (>>) cvx exec setpagedevice"
  180. *PageRegion LegalExtra: "(<<) cvx exec /PageSize [684 1080](>>) cvx exec setpagedevice"
  181. *PageRegion TabloidExtra: "(<<) cvx exec /PageSize [864 1296](>>) cvx exec setpagedevice"
  182. *PageRegion A5Extra: "(<<) cvx exec /PageSize [492 668] (>>) cvx exec setpagedevice"
  183. *PageRegion A4Extra: "(<<) cvx exec /PageSize [667 914] (>>) cvx exec setpagedevice"
  184. *PageRegion A3Extra: "(<<) cvx exec /PageSize [913 1262](>>) cvx exec setpagedevice"
  185. *PageRegion B5Extra: "(<<) cvx exec /PageSize [587 799] (>>) cvx exec setpagedevice"
  186. *PageRegion B4Extra: "(<<) cvx exec /PageSize [799 1103](>>) cvx exec setpagedevice"
  187. *PageRegion LetterRotated: "(<<) cvx ecec /PageSize [792 612] (>>) cvx exec setpagedevice"
  188. *PageRegion LegalRotated: "(<<) cvx exec /PageSize [1008 612](>>) cvx exec setpagedevice"
  189. *PageRegion A5Rotated: "(<<) cvx exec /PageSize [595 420] (>>) cvx exec setpagedevice"
  190. *PageRegion A4Rotated: "(<<) cvx exec /PageSize [842 595] (>>) cvx exec setpagedevice"
  191. *PageRegion B5Rotated: "(<<) cvx exec /PageSize [729 516] (>>) cvx exec setpagedevice"
  192. *PageRegion LetterExtraRotated:"(<<)cvx exec /PageSize [864 684] (>>) cvx exec setpagedevice"
  193. *PageRegion A5ExtraRotated: "(<<) cvx exec /PageSize [668 492] (>>) cvx exec setpagedevice"
  194. *PageRegion A4ExtraRotated: "(<<) cvx exec /PageSize [914 667] (>>) cvx exec setpagedevice"
  195. *PageRegion B5ExtraRotated: "(<<) cvx exec /PageSize [799 587] (>>) cvx exec setpagedevice"
  196. *CloseUI: *PageRegion
  197. *DefaultImageableArea: A4
  198. *ImageableArea Letter: "0 0 612 792"
  199. *ImageableArea Legal: "0 0 612 1008"
  200. *ImageableArea Tabloid: "0 0 792 1224"
  201. *ImageableArea A5: "0 0 420 595"
  202. *ImageableArea A4: "0 0 595 842"
  203. *ImageableArea A3: "0 0 842 1191"
  204. *ImageableArea B5: "0 0 516 729"
  205. *ImageableArea B4: "0 0 729 1032"
  206. *ImageableArea LetterExtra: "0 0 684 864"
  207. *ImageableArea LegalExtra: "0 0 684 1080"
  208. *ImageableArea TabloidExtra: "0 0 864 1296"
  209. *ImageableArea A5Extra: "0 0 492 668"
  210. *ImageableArea A4Extra: "0 0 667 914"
  211. *ImageableArea A3Extra: "0 0 913 1262"
  212. *ImageableArea B5Extra: "0 0 587 799"
  213. *ImageableArea B4Extra: "0 0 799 1103"
  214. *ImageableArea LetterRotated: "0 0 792 612"
  215. *ImageableArea LegalRotated: "0 0 1008 612"
  216. *ImageableArea A5Rotated: "0 0 595 420"
  217. *ImageableArea A4Rotated: "0 0 842 595"
  218. *ImageableArea B5Rotated: "0 0 729 516"
  219. *ImageableArea LetterExtraRotated: "0 0 864 684"
  220. *ImageableArea A5ExtraRotated: "0 0 668 492"
  221. *ImageableArea A4ExtraRotated: "0 0 914 667"
  222. *ImageableArea B5ExtraRotated: "0 0 799 587"
  223. *?ImageableArea: "
  224. save
  225. /cvp { ( ) cvs print ( ) print } bind def
  226. /upperright {10000 mul floor 10000 div} bind def
  227. /lowerleft {10000 mul ceiling 10000 div} bind def
  228. newpath clippath pathbbox
  229. 4 -2 roll exch 2 {lowerleft cvp} repeat
  230. exch 2 {upperright cvp} repeat flush
  231. restore
  232. "
  233. *End
  234. *% These provide the physical dimensions of the paper (by keyword)
  235. *DefaultPaperDimension: A4
  236. *PaperDimension Letter: "612 792"
  237. *PaperDimension Legal: "612 1008"
  238. *PaperDimension Tabloid: "792 1224"
  239. *PaperDimension A5: "420 595"
  240. *PaperDimension A4: "595 842"
  241. *PaperDimension A3: "842 1191"
  242. *PaperDimension B5: "516 729"
  243. *PaperDimension B4: "729 1032"
  244. *PaperDimension LetterExtra: "684 864"
  245. *PaperDimension LegalExtra: "684 1080"
  246. *PaperDimension TabloidExtra: "864 1296"
  247. *PaperDimension A5Extra: "492 668"
  248. *PaperDimension A4Extra: "667 914"
  249. *PaperDimension A3Extra: "913 1262"
  250. *PaperDimension B5Extra: "587 799"
  251. *PaperDimension B4Extra: "799 1103"
  252. *PaperDimension LetterRotated: "792 612"
  253. *PaperDimension LegalRotated: "1008 612"
  254. *PaperDimension A5Rotated: "595 420"
  255. *PaperDimension A4Rotated: "842 595"
  256. *PaperDimension B5Rotated: "729 516"
  257. *PaperDimension LetterExtraRotated: "864 684"
  258. *PaperDimension A5ExtraRotated: "668 492"
  259. *PaperDimension A4ExtraRotated: "914 667"
  260. *PaperDimension B5ExtraRotated: "799 587"
  261. *LeadingEdge PreferLong: ""
  262. *DefaultLeadingEdge: PreferLong
  263. *% Custom Page Sizes ====================
  264. *CustomPageSize True: "
  265. 4 dict begin
  266. dup /Orientation exch 1 add 2 mod def
  267. /PageOffset [ 5 -2 roll ] def
  268. /PageSize [ 5 2 roll dup 0 eq exch 2 eq or {exch} if ] def
  269. /ImagingBBox null def
  270. currentdict end setpagedevice"
  271. *End
  272. *ParamCustomPageSize Width: 1 points 0 1008
  273. *ParamCustomPageSize Height: 2 points 0 3279
  274. *ParamCustomPageSize WidthOffset: 3 points 0 1007
  275. *ParamCustomPageSize HeightOffset: 4 points 0 3278
  276. *ParamCustomPageSize Orientation: 5 int 0 3
  277. *MaxMediaWidth: "1008"
  278. *MaxMediaHeight: "3279"
  279. *CenterRegistered: False
  280. *RequiresPageRegion All: True
  281. *OpenUI *InputSlot: PickOne
  282. *OrderDependency: 20 AnySetup *InputSlot
  283. *DefaultInputSlot: Cassette
  284. *InputSlot Cassette: ""
  285. *CloseUI: *InputSlot
  286. *OpenUI *NegativePrint/Negative Print: Boolean
  287. *OrderDependency: 40 AnySetup *NegativePrint
  288. *DefaultNegativePrint: False
  289. *NegativePrint True: "(<<) cvx exec /NegativePrint true (>>) cvx exec setpagedevice"
  290. *NegativePrint False: "(<<) cvx exec /NegativePrint false (>>) cvx exec setpagedevice"
  291. *?NegativePrint: "currentpagedevice /NegativePrint get {(True)}{(False)} ifelse = flush"
  292. *CloseUI: *NegativePrint
  293. *OpenUI *MirrorPrint/Mirror Print:Boolean
  294. *OrderDependency: 40 AnySetup *MirrorPrint
  295. *DefaultMirrorPrint: False
  296. *MirrorPrint True: "(<<) cvx exec /MirrorPrint true (>>) cvx exec setpagedevice"
  297. *MirrorPrint False: "(<<) cvx exec /MirrorPrint false (>>) cvx exec setpagedevice"
  298. *?MirrorPrint: "currentpagedevice /MirrorPrint get {(True)}{(False)} ifelse = flush"
  299. *CloseUI: *MirrorPrint
  300. *DefaultOutputOrder: Normal
  301. *% Font Information =====================
  302. *DefaultFont: Courier
  303. *Font AvantGarde-Book: Standard "(001.006)" Standard Disk
  304. *Font AvantGarde-BookOblique: Standard "(001.006)" Standard Disk
  305. *Font AvantGarde-Demi: Standard "(001.007)" Standard Disk
  306. *Font AvantGarde-DemiOblique: Standard "(001.007)" Standard Disk
  307. *Font Bookman-Demi: Standard "(001.004)" Standard Disk
  308. *Font Bookman-DemiItalic: Standard "(001.004)" Standard Disk
  309. *Font Bookman-Light: Standard "(001.004)" Standard Disk
  310. *Font Bookman-LightItalic: Standard "(001.004)" Standard Disk
  311. *Font Courier: Standard "(002.004)" Standard Disk
  312. *Font Courier-Bold: Standard "(002.004)" Standard Disk
  313. *Font Courier-BoldOblique: Standard "(002.004)" Standard Disk
  314. *Font Courier-Oblique: Standard "(002.004)" Standard Disk
  315. *Font Helvetica: Standard "(001.006)" Standard Disk
  316. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  317. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  318. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  319. *Font Helvetica-Condensed: Standard "(001.003)" Standard Disk
  320. *Font Helvetica-Condensed-Bold: Standard "(001.004)" Standard Disk
  321. *Font Helvetica-Condensed-BoldObl: Standard "(001.004)" Standard Disk
  322. *Font Helvetica-Condensed-Oblique: Standard "(001.003)" Standard Disk
  323. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  324. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  325. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  326. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  327. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard Disk
  328. *Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard Disk
  329. *Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard Disk
  330. *Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard Disk
  331. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  332. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  333. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  334. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  335. *Font Symbol: Special "(001.007)" Special Disk
  336. *Font Times-Bold: Standard "(001.007)" Standard Disk
  337. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  338. *Font Times-Italic: Standard "(001.007)" Standard Disk
  339. *Font Times-Roman: Standard "(001.007)" Standard Disk
  340. *Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard Disk
  341. *Font ZapfDingbats: Special "(001.004)" Special Disk
  342. *% Japanese Fonts ===============
  343. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  344. *Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add Disk
  345. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  346. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  347. *Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add Disk
  348. *Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  349. *Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  350. *Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  351. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  352. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  353. *Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  354. *Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 Disk
  355. *Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  356. *Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  357. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  358. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  359. *Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 Disk
  360. *Font FutoGoB101-Bold.Hankaku: Special "(003.001)" Special Disk
  361. *Font FutoGoB101-Bold.Hiragana: Special "(003.001)" Special Disk
  362. *Font FutoGoB101-Bold.Katakana: Special "(003.001)" Special Disk
  363. *Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special Disk
  364. *Font FutoGoB101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  365. *Font FutoGoB101-Bold.Roman: Special "(003.001)" Special Disk
  366. *Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special Disk
  367. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  368. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  369. *Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add Disk
  370. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  371. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  372. *Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add Disk
  373. *Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  374. *Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  375. *Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  376. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  377. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  378. *Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  379. *Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 Disk
  380. *Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  381. *Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  382. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  383. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  384. *Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 Disk
  385. *Font FutoMinA101-Bold.Hankaku: Special "(003.001)" Special Disk
  386. *Font FutoMinA101-Bold.Hiragana: Special "(003.001)" Special Disk
  387. *Font FutoMinA101-Bold.Katakana: Special "(003.001)" Special Disk
  388. *Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special Disk
  389. *Font FutoMinA101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  390. *Font FutoMinA101-Bold.Roman: Special "(003.001)" Special Disk
  391. *Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special Disk
  392. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  393. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv Disk
  394. *Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add Disk
  395. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add Disk
  396. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add Disk
  397. *Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add Disk
  398. *Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 Disk
  399. *Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 Disk
  400. *Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext Disk
  401. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext Disk
  402. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext Disk
  403. *Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext Disk
  404. *Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 Disk
  405. *Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP Disk
  406. *Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP Disk
  407. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 Disk
  408. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 Disk
  409. *Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 Disk
  410. *Font GothicBBB-Medium.Hankaku: Special "(003.002)" Special Disk
  411. *Font GothicBBB-Medium.Hiragana: Special "(003.002)" Special Disk
  412. *Font GothicBBB-Medium.Katakana: Special "(003.002)" Special Disk
  413. *Font GothicBBB-Medium.Oubun: Special "(003.002)" Special Disk
  414. *Font GothicBBB-Medium.Oubun-Add: Special "(003.002)" Special Disk
  415. *Font GothicBBB-Medium.Roman: Special "(003.002)" Special Disk
  416. *Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special Disk
  417. *Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special Disk
  418. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  419. *Font Jun101-Light-Add-H: JIS "(003.001)" Add Disk
  420. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  421. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  422. *Font Jun101-Light-Add-V: JIS "(003.001)" Add Disk
  423. *Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  424. *Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  425. *Font Jun101-Light-Ext-H: JIS "(003.001)" Ext Disk
  426. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  427. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  428. *Font Jun101-Light-Ext-V: JIS "(003.001)" Ext Disk
  429. *Font Jun101-Light-H: JIS "(003.001)" JIS-83 Disk
  430. *Font Jun101-Light-NWP-H: JIS "(003.001)" NWP Disk
  431. *Font Jun101-Light-NWP-V: JIS "(003.001)" NWP Disk
  432. *Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  433. *Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  434. *Font Jun101-Light-V: JIS "(003.001)" JIS-83 Disk
  435. *Font Jun101-Light.Hankaku: Special "(003.001)" Special Disk
  436. *Font Jun101-Light.Hiragana: Special "(003.001)" Special Disk
  437. *Font Jun101-Light.Katakana: Special "(003.001)" Special Disk
  438. *Font Jun101-Light.Oubun: Special "(003.001)" Special Disk
  439. *Font Jun101-Light.Oubun-Add: Special "(003.001)" Special Disk
  440. *Font Jun101-Light.Roman: Special "(003.001)" Special Disk
  441. *Font Jun101-Light.Roman83pv: Special "(003.001)" Special Disk
  442. *Font Jun101-Light.WP-Symbol: Special "(003.001)" Special Disk
  443. *Font MidashiGo-MB31-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  444. *Font MidashiGo-MB31-Add-H: JIS "(003.000)" Add Disk
  445. *Font MidashiGo-MB31-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  446. *Font MidashiGo-MB31-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  447. *Font MidashiGo-MB31-Add-V: JIS "(003.000)" Add Disk
  448. *Font MidashiGo-MB31-EUC-H: EUC "(003.000)" JIS-83 Disk
  449. *Font MidashiGo-MB31-EUC-V: EUC "(003.000)" JIS-83 Disk
  450. *Font MidashiGo-MB31-Ext-H: JIS "(003.000)" Ext Disk
  451. *Font MidashiGo-MB31-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  452. *Font MidashiGo-MB31-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  453. *Font MidashiGo-MB31-Ext-V: JIS "(003.000)" Ext Disk
  454. *Font MidashiGo-MB31-H: JIS "(003.000)" JIS-83 Disk
  455. *Font MidashiGo-MB31-NWP-H: JIS "(003.000)" NWP Disk
  456. *Font MidashiGo-MB31-NWP-V: JIS "(003.000)" NWP Disk
  457. *Font MidashiGo-MB31-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  458. *Font MidashiGo-MB31-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  459. *Font MidashiGo-MB31-V: JIS "(003.000)" JIS-83 Disk
  460. *Font MidashiGo-MB31.Hankaku: Special "(003.000)" Special Disk
  461. *Font MidashiGo-MB31.Hiragana: Special "(003.000)" Special Disk
  462. *Font MidashiGo-MB31.Katakana: Special "(003.000)" Special Disk
  463. *Font MidashiGo-MB31.Oubun: Special "(003.000)" Special Disk
  464. *Font MidashiGo-MB31.Oubun-Add: Special "(003.000)" Special Disk
  465. *Font MidashiGo-MB31.Roman: Special "(003.000)" Special Disk
  466. *Font MidashiGo-MB31.Roman83pv: Special "(003.000)" Special Disk
  467. *Font MidashiGo-MB31.WP-Symbol: Special "(003.000)" Special Disk
  468. *Font MidashiMin-MA31-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  469. *Font MidashiMin-MA31-Add-H: JIS "(003.001)" Add Disk
  470. *Font MidashiMin-MA31-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  471. *Font MidashiMin-MA31-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  472. *Font MidashiMin-MA31-Add-V: JIS "(003.001)" Add Disk
  473. *Font MidashiMin-MA31-EUC-H: EUC "(003.001)" JIS-83 Disk
  474. *Font MidashiMin-MA31-EUC-V: EUC "(003.001)" JIS-83 Disk
  475. *Font MidashiMin-MA31-Ext-H: JIS "(003.001)" Ext Disk
  476. *Font MidashiMin-MA31-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  477. *Font MidashiMin-MA31-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  478. *Font MidashiMin-MA31-Ext-V: JIS "(003.001)" Ext Disk
  479. *Font MidashiMin-MA31-H: JIS "(003.001)" JIS-83 Disk
  480. *Font MidashiMin-MA31-NWP-H: JIS "(003.001)" NWP Disk
  481. *Font MidashiMin-MA31-NWP-V: JIS "(003.001)" NWP Disk
  482. *Font MidashiMin-MA31-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  483. *Font MidashiMin-MA31-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  484. *Font MidashiMin-MA31-V: JIS "(003.001)" JIS-83 Disk
  485. *Font MidashiMin-MA31.Hankaku: Special "(003.001)" Special Disk
  486. *Font MidashiMin-MA31.Hiragana: Special "(003.001)" Special Disk
  487. *Font MidashiMin-MA31.Katakana: Special "(003.001)" Special Disk
  488. *Font MidashiMin-MA31.Oubun: Special "(003.001)" Special Disk
  489. *Font MidashiMin-MA31.Oubun-Add: Special "(003.001)" Special Disk
  490. *Font MidashiMin-MA31.Roman: Special "(003.001)" Special Disk
  491. *Font MidashiMin-MA31.Roman83pv: Special "(003.001)" Special Disk
  492. *Font MidashiMin-MA31.WP-Symbol: Special "(003.001)" Special Disk
  493. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  494. *Font Ryumin-Light-Add-H: JIS "(003.001)" Add Disk
  495. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  496. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  497. *Font Ryumin-Light-Add-V: JIS "(003.001)" Add Disk
  498. *Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  499. *Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  500. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext Disk
  501. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  502. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  503. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext Disk
  504. *Font Ryumin-Light-Ext.Hiragana: Special "(003.001)" Special Disk
  505. *Font Ryumin-Light-Ext.Katakana: Special "(003.001)" Special Disk
  506. *Font Ryumin-Light-H: JIS "(003.001)" JIS-83 Disk
  507. *Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP Disk
  508. *Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP Disk
  509. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  510. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  511. *Font Ryumin-Light-V: JIS "(003.001)" JIS-83 Disk
  512. *Font Ryumin-Light.Hankaku: Special "(003.001)" Special Disk
  513. *Font Ryumin-Light.Hiragana: Special "(003.001)" Special Disk
  514. *Font Ryumin-Light.Katakana: Special "(003.001)" Special Disk
  515. *Font Ryumin-Light.Oubun: Special "(003.001)" Special Disk
  516. *Font Ryumin-Light.Oubun-Add: Special "(003.001)" Special Disk
  517. *Font Ryumin-Light.Roman: Special "(003.001)" Special Disk
  518. *Font Ryumin-Light.Roman83pv: Special "(003.001)" Special Disk
  519. *Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special Disk
  520. *Font ShinGo-Bold-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  521. *Font ShinGo-Bold-Add-H: JIS "(003.000)" Add Disk
  522. *Font ShinGo-Bold-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  523. *Font ShinGo-Bold-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  524. *Font ShinGo-Bold-Add-V: JIS "(003.000)" Add Disk
  525. *Font ShinGo-Bold-EUC-H: EUC "(003.000)" JIS-83 Disk
  526. *Font ShinGo-Bold-EUC-V: EUC "(003.000)" JIS-83 Disk
  527. *Font ShinGo-Bold-Ext-H: JIS "(003.000)" Ext Disk
  528. *Font ShinGo-Bold-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  529. *Font ShinGo-Bold-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  530. *Font ShinGo-Bold-Ext-V: JIS "(003.000)" Ext Disk
  531. *Font ShinGo-Bold-H: JIS "(003.000)" JIS-83 Disk
  532. *Font ShinGo-Bold-NWP-H: JIS "(003.000)" NWP Disk
  533. *Font ShinGo-Bold-NWP-V: JIS "(003.000)" NWP Disk
  534. *Font ShinGo-Bold-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  535. *Font ShinGo-Bold-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  536. *Font ShinGo-Bold-V: JIS "(003.000)" JIS-83 Disk
  537. *Font ShinGo-Bold.Hankaku: Special "(003.000)" Special Disk
  538. *Font ShinGo-Bold.Hiragana: Special "(003.000)" Special Disk
  539. *Font ShinGo-Bold.Katakana: Special "(003.000)" Special Disk
  540. *Font ShinGo-Bold.Oubun: Special "(003.000)" Special Disk
  541. *Font ShinGo-Bold.Oubun-Add: Special "(003.000)" Special Disk
  542. *Font ShinGo-Bold.Roman: Special "(003.000)" Special Disk
  543. *Font ShinGo-Bold.Roman83pv: Special "(003.000)" Special Disk
  544. *Font ShinGo-Bold.WP-Symbol: Special "(003.000)" Special Disk
  545. *Font ShinGo-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  546. *Font ShinGo-Light-Add-H: JIS "(003.000)" Add Disk
  547. *Font ShinGo-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  548. *Font ShinGo-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  549. *Font ShinGo-Light-Add-V: JIS "(003.000)" Add Disk
  550. *Font ShinGo-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  551. *Font ShinGo-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  552. *Font ShinGo-Light-Ext-H: JIS "(003.000)" Ext Disk
  553. *Font ShinGo-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  554. *Font ShinGo-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  555. *Font ShinGo-Light-Ext-V: JIS "(003.000)" Ext Disk
  556. *Font ShinGo-Light-H: JIS "(003.000)" JIS-83 Disk
  557. *Font ShinGo-Light-NWP-H: JIS "(003.000)" NWP Disk
  558. *Font ShinGo-Light-NWP-V: JIS "(003.000)" NWP Disk
  559. *Font ShinGo-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  560. *Font ShinGo-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  561. *Font ShinGo-Light-V: JIS "(003.000)" JIS-83 Disk
  562. *Font ShinGo-Light.Hankaku: Special "(003.000)" Special Disk
  563. *Font ShinGo-Light.Hiragana: Special "(003.000)" Special Disk
  564. *Font ShinGo-Light.Katakana: Special "(003.000)" Special Disk
  565. *Font ShinGo-Light.Oubun: Special "(003.000)" Special Disk
  566. *Font ShinGo-Light.Oubun-Add: Special "(003.000)" Special Disk
  567. *Font ShinGo-Light.Roman: Special "(003.000)" Special Disk
  568. *Font ShinGo-Light.Roman83pv: Special "(003.000)" Special Disk
  569. *Font ShinGo-Light.WP-Symbol: Special "(003.000)" Special Disk
  570. *Font ShinGo-Medium-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  571. *Font ShinGo-Medium-Add-H: JIS "(003.000)" Add Disk
  572. *Font ShinGo-Medium-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  573. *Font ShinGo-Medium-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  574. *Font ShinGo-Medium-Add-V: JIS "(003.000)" Add Disk
  575. *Font ShinGo-Medium-EUC-H: EUC "(003.000)" JIS-83 Disk
  576. *Font ShinGo-Medium-EUC-V: EUC "(003.000)" JIS-83 Disk
  577. *Font ShinGo-Medium-Ext-H: JIS "(003.000)" Ext Disk
  578. *Font ShinGo-Medium-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  579. *Font ShinGo-Medium-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  580. *Font ShinGo-Medium-Ext-V: JIS "(003.000)" Ext Disk
  581. *Font ShinGo-Medium-H: JIS "(003.000)" JIS-83 Disk
  582. *Font ShinGo-Medium-NWP-H: JIS "(003.000)" NWP Disk
  583. *Font ShinGo-Medium-NWP-V: JIS "(003.000)" NWP Disk
  584. *Font ShinGo-Medium-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  585. *Font ShinGo-Medium-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  586. *Font ShinGo-Medium-V: JIS "(003.000)" JIS-83 Disk
  587. *Font ShinGo-Medium.Hankaku: Special "(003.000)" Special Disk
  588. *Font ShinGo-Medium.Hiragana: Special "(003.000)" Special Disk
  589. *Font ShinGo-Medium.Katakana: Special "(003.000)" Special Disk
  590. *Font ShinGo-Medium.Oubun: Special "(003.000)" Special Disk
  591. *Font ShinGo-Medium.Oubun-Add: Special "(003.000)" Special Disk
  592. *Font ShinGo-Medium.Roman: Special "(003.000)" Special Disk
  593. *Font ShinGo-Medium.Roman83pv: Special "(003.000)" Special Disk
  594. *Font ShinGo-Medium.WP-Symbol: Special "(003.000)" Special Disk
  595. *Font ShinGo-Ultra-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  596. *Font ShinGo-Ultra-Add-H: JIS "(003.000)" Add Disk
  597. *Font ShinGo-Ultra-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  598. *Font ShinGo-Ultra-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  599. *Font ShinGo-Ultra-Add-V: JIS "(003.000)" Add Disk
  600. *Font ShinGo-Ultra-EUC-H: EUC "(003.000)" JIS-83 Disk
  601. *Font ShinGo-Ultra-EUC-V: EUC "(003.000)" JIS-83 Disk
  602. *Font ShinGo-Ultra-Ext-H: JIS "(003.000)" Ext Disk
  603. *Font ShinGo-Ultra-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  604. *Font ShinGo-Ultra-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  605. *Font ShinGo-Ultra-Ext-V: JIS "(003.000)" Ext Disk
  606. *Font ShinGo-Ultra-H: JIS "(003.000)" JIS-83 Disk
  607. *Font ShinGo-Ultra-NWP-H: JIS "(003.000)" NWP Disk
  608. *Font ShinGo-Ultra-NWP-V: JIS "(003.000)" NWP Disk
  609. *Font ShinGo-Ultra-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  610. *Font ShinGo-Ultra-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  611. *Font ShinGo-Ultra-V: JIS "(003.000)" JIS-83 Disk
  612. *Font ShinGo-Ultra.Hankaku: Special "(003.000)" Special Disk
  613. *Font ShinGo-Ultra.Hiragana: Special "(003.000)" Special Disk
  614. *Font ShinGo-Ultra.Katakana: Special "(003.000)" Special Disk
  615. *Font ShinGo-Ultra.Oubun: Special "(003.000)" Special Disk
  616. *Font ShinGo-Ultra.Oubun-Add: Special "(003.000)" Special Disk
  617. *Font ShinGo-Ultra.Roman: Special "(003.000)" Special Disk
  618. *Font ShinGo-Ultra.Roman83pv: Special "(003.000)" Special Disk
  619. *Font ShinGo-Ultra.WP-Symbol: Special "(003.000)" Special Disk
  620. *Font ShinseiKai-CBSK1-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  621. *Font ShinseiKai-CBSK1-Add-H: JIS "(003.000)" Add Disk
  622. *Font ShinseiKai-CBSK1-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  623. *Font ShinseiKai-CBSK1-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  624. *Font ShinseiKai-CBSK1-Add-V: JIS "(003.000)" Add Disk
  625. *Font ShinseiKai-CBSK1-EUC-H: EUC "(003.000)" JIS-83 Disk
  626. *Font ShinseiKai-CBSK1-EUC-V: EUC "(003.000)" JIS-83 Disk
  627. *Font ShinseiKai-CBSK1-Ext-H: JIS "(003.000)" Ext Disk
  628. *Font ShinseiKai-CBSK1-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  629. *Font ShinseiKai-CBSK1-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  630. *Font ShinseiKai-CBSK1-Ext-V: JIS "(003.000)" Ext Disk
  631. *Font ShinseiKai-CBSK1-H: JIS "(003.000)" JIS-83 Disk
  632. *Font ShinseiKai-CBSK1-NWP-H: JIS "(003.000)" NWP Disk
  633. *Font ShinseiKai-CBSK1-NWP-V: JIS "(003.000)" NWP Disk
  634. *Font ShinseiKai-CBSK1-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  635. *Font ShinseiKai-CBSK1-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  636. *Font ShinseiKai-CBSK1-V: JIS "(003.000)" JIS-83 Disk
  637. *Font ShinseiKai-CBSK1.Hankaku: Special "(003.000)" Special Disk
  638. *Font ShinseiKai-CBSK1.Hiragana: Special "(003.000)" Special Disk
  639. *Font ShinseiKai-CBSK1.Katakana: Special "(003.000)" Special Disk
  640. *Font ShinseiKai-CBSK1.Oubun: Special "(003.000)" Special Disk
  641. *Font ShinseiKai-CBSK1.Oubun-Add: Special "(003.000)" Special Disk
  642. *Font ShinseiKai-CBSK1.Roman: Special "(003.000)" Special Disk
  643. *Font ShinseiKai-CBSK1.Roman83pv: Special "(003.000)" Special Disk
  644. *Font ShinseiKai-CBSK1.WP-Symbol: Special "(003.000)" Special Disk
  645. *?FontQuery: "
  646. save
  647. { count 1 gt
  648. { exch dup 127 string cvs (/) print print (:) print
  649. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  650. } { exit } ifelse
  651. } bind loop
  652. (*) = flush
  653. restore
  654. "
  655. *End
  656. *?FontList: "
  657. save
  658. (*) {cvn ==} 128 string /Font resourceforall
  659. (*) = flush
  660. restore
  661. "
  662. *End
  663. *% Printer Messages (verbatim from printer):
  664. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  665. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  666. *Message: "\FontName\ not found, using Courier"
  667. *% ===== Status message List : Status (format: %%[ status: <one of these> ]%% ) =====
  668. *Status: "initializing"
  669. *Status: "idle"
  670. *Status: "busy"
  671. *Status: "printing"
  672. *Status: "waiting"
  673. *Status: "PrinterError:Please see an engine's message."
  674. *Status: "PrinterError:Please unload the medium."
  675. *Status: "PrinterError:Please take out the medium."
  676. *Status: "PrinterError:Please set the medium."
  677. *Status: "PrinterError:Please unload the medium, and then set new one."
  678. *Status: "PrinterError:Please take out the medium, and then set new one."
  679. *Status: "PrinterError:Please set the larger size medium."
  680. *Status: "PrinterError:Please unload the medium, and then set larger size one."
  681. *Status: "PrinterError:Please take out the medium, and then set larger size one."
  682. *Status: "PrinterError:Please set the medium whose type or size fits in your purpose."
  683. *Status: "PrinterError:Please unload the medium, and set one whose type or size fits in your purpose."
  684. *Status: "PrinterError:Please take out the medium, and set one whose type or size fits in your purpose."
  685. *Status: "PrinterError:The rest of media is not enough."
  686. *Status: "PrinterError:Engine is off line."
  687. *Status: "PrinterError:Engine command error has occurred."
  688. *Status: "PrinterError:Output processing has been canceled in the engine."
  689. *Status: "PrinterError:Output processing has been canceled by command."
  690. *Status: "PrinterError:Output processing can not be available by reason of another processing."
  691. *Status: "PrinterError:Image data has been lost by reason of the handshake delay."
  692. *Status: "PrinterError:Output of Image data can not be started (or restart)."
  693. *Status: "PrinterError:PIF Bus handshake error has occurred."
  694. *Status: "PrinterError:PIF response timeout error has occurred."
  695. *Status: "PrinterError:CTS timeout error has occurred."
  696. *Status: "PrinterError:The connected engine is unknown."
  697. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  698. *Source: "EtherTalk"
  699. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  700. *PrinterError: "Please see an engine's message."
  701. *PrinterError: "Please unload the medium."
  702. *PrinterError: "Please take out the medium."
  703. *PrinterError: "Please set the medium."
  704. *PrinterError: "Please unload the medium, and then set new one."
  705. *PrinterError: "Please take out the medium, and then set new one."
  706. *PrinterError: "Please set the larger size medium."
  707. *PrinterError: "Please unload the medium, and then set larger size one."
  708. *PrinterError: "Please take out the medium, and then set larger size one."
  709. *PrinterError: "Please set the medium whose type or size fits in your purpose."
  710. *PrinterError: "Please unload the medium, and set one whose type or size fits in your purpose."
  711. *PrinterError: "Please take out the medium, and set one whose type or size fits in your purpose."
  712. *PrinterError: "The rest of media is not enough."
  713. *PrinterError: "Engine is off line."
  714. *PrinterError: "Engine command error has occurred."
  715. *PrinterError: "Output processing has been canceled in the engine."
  716. *PrinterError: "Output processing has been canceled by command."
  717. *PrinterError: "Output processing can not be available by reason of another processing."
  718. *PrinterError: "Image data has been lost by reason of the handshake delay."
  719. *PrinterError: "Output of Image data can not be started (or restart)."
  720. *PrinterError: "PIF Bus handshake error has occurred."
  721. *PrinterError: "PIF response timeout error has occurred."
  722. *PrinterError: "CTS timeout error has occurred."
  723. *PrinterError: "The connected engine is unknown."
  724. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  725. *% ===== Color Separation Information =====
  726. *DefaultSeparations: True
  727. *Separations True: ""
  728. *?Separations: "(True) = flush"
  729. *DefaultColorSep: ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi
  730. *InkName: ProcessBlack/Process Black
  731. *InkName: CustomColor/Custom Color
  732. *InkName: ProcessCyan/Process Cyan
  733. *InkName: ProcessMagenta/Process Magenta
  734. *InkName: ProcessYellow/Process Yellow
  735. *% For 200 lpi / 3000 dpi ==============================================
  736. *ColorSepScreenAngle ProcessBlack.200lpi.3000dpi/200 lpi / 3000 dpi: "45.0"
  737. *ColorSepScreenAngle CustomColor.200lpi.3000dpi/200 lpi / 3000 dpi: "45.0"
  738. *ColorSepScreenAngle ProcessCyan.200lpi.3000dpi/200 lpi / 3000 dpi: "15.0"
  739. *ColorSepScreenAngle ProcessMagenta.200lpi.3000dpi/200 lpi / 3000 dpi: "75.0"
  740. *ColorSepScreenAngle ProcessYellow.200lpi.3000dpi/200 lpi / 3000 dpi: "0.0"
  741. *ColorSepScreenFreq ProcessBlack.200lpi.3000dpi/200 lpi / 3000 dpi: "200.0"
  742. *ColorSepScreenFreq CustomColor.200lpi.3000dpi/200 lpi / 3000 dpi: "200.0"
  743. *ColorSepScreenFreq ProcessCyan.200lpi.3000dpi/200 lpi / 3000 dpi: "200.0"
  744. *ColorSepScreenFreq ProcessMagenta.200lpi.3000dpi/200 lpi / 3000 dpi: "200.0"
  745. *ColorSepScreenFreq ProcessYellow.200lpi.3000dpi/200 lpi / 3000 dpi: "200.0"
  746. *% For 175 lpi / 3000 dpi ==============================================
  747. *ColorSepScreenAngle ProcessBlack.175lpi.3000dpi/175 lpi / 3000 dpi: "45.0"
  748. *ColorSepScreenAngle CustomColor.175lpi.3000dpi/175 lpi / 3000 dpi: "45.0"
  749. *ColorSepScreenAngle ProcessCyan.175lpi.3000dpi/175 lpi / 3000 dpi: "15.0"
  750. *ColorSepScreenAngle ProcessMagenta.175lpi.3000dpi/175 lpi / 3000 dpi: "75.0"
  751. *ColorSepScreenAngle ProcessYellow.175lpi.3000dpi/175 lpi / 3000 dpi: "0.0"
  752. *ColorSepScreenFreq ProcessBlack.175lpi.3000dpi/175 lpi / 3000 dpi: "175.0"
  753. *ColorSepScreenFreq CustomColor.175lpi.3000dpi/175 lpi / 3000 dpi: "175.0"
  754. *ColorSepScreenFreq ProcessCyan.175lpi.3000dpi/175 lpi / 3000 dpi: "175.0"
  755. *ColorSepScreenFreq ProcessMagenta.175lpi.3000dpi/175 lpi / 3000 dpi: "175.0"
  756. *ColorSepScreenFreq ProcessYellow.175lpi.3000dpi/175 lpi / 3000 dpi: "175.0"
  757. *% For 150 lpi / 3000 dpi ==============================================
  758. *ColorSepScreenAngle ProcessBlack.150lpi.3000dpi/150 lpi / 3000 dpi: "45.0"
  759. *ColorSepScreenAngle CustomColor.150lpi.3000dpi/150 lpi / 3000 dpi: "45.0"
  760. *ColorSepScreenAngle ProcessCyan.150lpi.3000dpi/150 lpi / 3000 dpi: "15.0"
  761. *ColorSepScreenAngle ProcessMagenta.150lpi.3000dpi/150 lpi / 3000 dpi: "75.0"
  762. *ColorSepScreenAngle ProcessYellow.150lpi.3000dpi/150 lpi / 3000 dpi: "0.0"
  763. *ColorSepScreenFreq ProcessBlack.150lpi.3000dpi/150 lpi / 3000 dpi: "150.0"
  764. *ColorSepScreenFreq CustomColor.150lpi.3000dpi/150 lpi / 3000 dpi: "150.0"
  765. *ColorSepScreenFreq ProcessCyan.150lpi.3000dpi/150 lpi / 3000 dpi: "150.0"
  766. *ColorSepScreenFreq ProcessMagenta.150lpi.3000dpi/150 lpi / 3000 dpi: "150.0"
  767. *ColorSepScreenFreq ProcessYellow.150lpi.3000dpi/150 lpi / 3000 dpi: "150.0"
  768. *% For 133 lpi / 3000 dpi ==============================================
  769. *ColorSepScreenAngle ProcessBlack.133lpi.3000dpi/133 lpi / 3000 dpi: "45.0"
  770. *ColorSepScreenAngle CustomColor.133lpi.3000dpi/133 lpi / 3000 dpi: "45.0"
  771. *ColorSepScreenAngle ProcessCyan.133lpi.3000dpi/133 lpi / 3000 dpi: "15.0"
  772. *ColorSepScreenAngle ProcessMagenta.133lpi.3000dpi/133 lpi / 3000 dpi: "75.0"
  773. *ColorSepScreenAngle ProcessYellow.133lpi.3000dpi/133 lpi / 3000 dpi: "0.0"
  774. *ColorSepScreenFreq ProcessBlack.133lpi.3000dpi/133 lpi / 3000 dpi: "133.0"
  775. *ColorSepScreenFreq CustomColor.133lpi.3000dpi/133 lpi / 3000 dpi: "133.0"
  776. *ColorSepScreenFreq ProcessCyan.133lpi.3000dpi/133 lpi / 3000 dpi: "133.0"
  777. *ColorSepScreenFreq ProcessMagenta.133lpi.3000dpi/133 lpi / 3000 dpi: "133.0"
  778. *ColorSepScreenFreq ProcessYellow.133lpi.3000dpi/133 lpi / 3000 dpi: "133.0"
  779. *% For 120 lpi / 3000 dpi ==============================================
  780. *ColorSepScreenAngle ProcessBlack.120lpi.3000dpi/120 lpi / 3000 dpi: "45.0"
  781. *ColorSepScreenAngle CustomColor.120lpi.3000dpi/120 lpi / 3000 dpi: "45.0"
  782. *ColorSepScreenAngle ProcessCyan.120lpi.3000dpi/120 lpi / 3000 dpi: "15.0"
  783. *ColorSepScreenAngle ProcessMagenta.120lpi.3000dpi/120 lpi / 3000 dpi: "75.0"
  784. *ColorSepScreenAngle ProcessYellow.120lpi.3000dpi/120 lpi / 3000 dpi: "0.0"
  785. *ColorSepScreenFreq ProcessBlack.120lpi.3000dpi/120 lpi / 3000 dpi: "120.0"
  786. *ColorSepScreenFreq CustomColor.120lpi.3000dpi/120 lpi / 3000 dpi: "120.0"
  787. *ColorSepScreenFreq ProcessCyan.120lpi.3000dpi/120 lpi / 3000 dpi: "120.0"
  788. *ColorSepScreenFreq ProcessMagenta.120lpi.3000dpi/120 lpi / 3000 dpi: "120.0"
  789. *ColorSepScreenFreq ProcessYellow.120lpi.3000dpi/120 lpi / 3000 dpi: "120.0"
  790. *% For 100 lpi / 3000 dpi ==============================================
  791. *ColorSepScreenAngle ProcessBlack.100lpi.3000dpi/100 lpi / 3000 dpi: "45.0"
  792. *ColorSepScreenAngle CustomColor.100lpi.3000dpi/100 lpi / 3000 dpi: "45.0"
  793. *ColorSepScreenAngle ProcessCyan.100lpi.3000dpi/100 lpi / 3000 dpi: "15.0"
  794. *ColorSepScreenAngle ProcessMagenta.100lpi.3000dpi/100 lpi / 3000 dpi: "75.0"
  795. *ColorSepScreenAngle ProcessYellow.100lpi.3000dpi/100 lpi / 3000 dpi: "0.0"
  796. *ColorSepScreenFreq ProcessBlack.100lpi.3000dpi/100 lpi / 3000 dpi: "100.0"
  797. *ColorSepScreenFreq CustomColor.100lpi.3000dpi/100 lpi / 3000 dpi: "100.0"
  798. *ColorSepScreenFreq ProcessCyan.100lpi.3000dpi/100 lpi / 3000 dpi: "100.0"
  799. *ColorSepScreenFreq ProcessMagenta.100lpi.3000dpi/100 lpi / 3000 dpi: "100.0"
  800. *ColorSepScreenFreq ProcessYellow.100lpi.3000dpi/100 lpi / 3000 dpi: "100.0"
  801. *% For 85 lpi / 3000 dpi ==============================================
  802. *ColorSepScreenAngle ProcessBlack.85lpi.3000dpi/85 lpi / 3000 dpi: "45.0"
  803. *ColorSepScreenAngle CustomColor.85lpi.3000dpi/85 lpi / 3000 dpi: "45.0"
  804. *ColorSepScreenAngle ProcessCyan.85lpi.3000dpi/85 lpi / 3000 dpi: "15.0"
  805. *ColorSepScreenAngle ProcessMagenta.85lpi.3000dpi/85 lpi / 3000 dpi: "75.0"
  806. *ColorSepScreenAngle ProcessYellow.85lpi.3000dpi/85 lpi / 3000 dpi: "0.0"
  807. *ColorSepScreenFreq ProcessBlack.85lpi.3000dpi/85 lpi / 3000 dpi: "85.0"
  808. *ColorSepScreenFreq CustomColor.85lpi.3000dpi/85 lpi / 3000 dpi: "85.0"
  809. *ColorSepScreenFreq ProcessCyan.85lpi.3000dpi/85 lpi / 3000 dpi: "85.0"
  810. *ColorSepScreenFreq ProcessMagenta.85lpi.3000dpi/85 lpi / 3000 dpi: "85.0"
  811. *ColorSepScreenFreq ProcessYellow.85lpi.3000dpi/85 lpi / 3000 dpi: "85.0"
  812. *% For 65 lpi / 3000 dpi ==============================================
  813. *ColorSepScreenAngle ProcessBlack.65lpi.3000dpi/65 lpi / 3000 dpi: "45.0"
  814. *ColorSepScreenAngle CustomColor.65lpi.3000dpi/65 lpi / 3000 dpi: "45.0"
  815. *ColorSepScreenAngle ProcessCyan.65lpi.3000dpi/65 lpi / 3000 dpi: "15.0"
  816. *ColorSepScreenAngle ProcessMagenta.65lpi.3000dpi/65 lpi / 3000 dpi: "75.0"
  817. *ColorSepScreenAngle ProcessYellow.65lpi.3000dpi/65 lpi / 3000 dpi: "0.0"
  818. *ColorSepScreenFreq ProcessBlack.65lpi.3000dpi/65 lpi / 3000 dpi: "65.0"
  819. *ColorSepScreenFreq CustomColor.65lpi.3000dpi/65 lpi / 3000 dpi: "65.0"
  820. *ColorSepScreenFreq ProcessCyan.65lpi.3000dpi/65 lpi / 3000 dpi: "65.0"
  821. *ColorSepScreenFreq ProcessMagenta.65lpi.3000dpi/65 lpi / 3000 dpi: "65.0"
  822. *ColorSepScreenFreq ProcessYellow.65lpi.3000dpi/65 lpi / 3000 dpi: "65.0"
  823. *% For 175 lpi / 2400 dpi ==============================================
  824. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  825. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  826. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "15.0"
  827. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "75.0"
  828. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  829. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  830. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  831. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  832. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  833. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  834. *% For 150 lpi / 2400 dpi ==============================================
  835. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
  836. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
  837. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "15.0"
  838. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "75.0"
  839. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "0.0"
  840. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  841. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  842. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  843. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  844. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  845. *% For 133 lpi / 2400 dpi ==============================================
  846. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  847. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  848. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "15.0"
  849. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "75.0"
  850. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  851. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  852. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  853. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  854. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  855. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  856. *% For 120 lpi / 2400 dpi ==============================================
  857. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  858. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  859. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "15.0"
  860. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "75.0"
  861. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  862. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  863. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  864. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  865. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  866. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  867. *% For 100 lpi / 2400 dpi ==============================================
  868. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  869. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  870. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "15.0"
  871. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "75.0"
  872. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  873. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  874. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  875. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  876. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  877. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  878. *% For 85 lpi / 2400 dpi ==============================================
  879. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  880. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  881. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "15.0"
  882. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "75.0"
  883. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "0.0"
  884. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  885. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  886. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  887. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  888. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  889. *% For 65 lpi / 2400 dpi ==============================================
  890. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  891. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  892. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "15.0"
  893. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "75.0"
  894. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  895. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  896. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  897. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  898. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  899. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  900. *% For 120 lpi / 1800 dpi ==============================================
  901. *ColorSepScreenAngle ProcessBlack.120lpi.1800dpi/120 lpi / 1800 dpi: "45.0"
  902. *ColorSepScreenAngle CustomColor.120lpi.1800dpi/120 lpi / 1800 dpi: "45.0"
  903. *ColorSepScreenAngle ProcessCyan.120lpi.1800dpi/120 lpi / 1800 dpi: "18.0"
  904. *ColorSepScreenAngle ProcessMagenta.120lpi.1800dpi/120 lpi / 1800 dpi: "75.0"
  905. *ColorSepScreenAngle ProcessYellow.120lpi.1800dpi/120 lpi / 1800 dpi: "0.0"
  906. *ColorSepScreenFreq ProcessBlack.120lpi.1800dpi/120 lpi / 1800 dpi: "120.0"
  907. *ColorSepScreenFreq CustomColor.120lpi.1800dpi/120 lpi / 1800 dpi: "120.0"
  908. *ColorSepScreenFreq ProcessCyan.120lpi.1800dpi/120 lpi / 1800 dpi: "120.0"
  909. *ColorSepScreenFreq ProcessMagenta.120lpi.1800dpi/120 lpi / 1800 dpi: "120.0"
  910. *ColorSepScreenFreq ProcessYellow.120lpi.1800dpi/120 lpi / 1800 dpi: "120.0"
  911. *% For 150 lpi / 1500 dpi ==============================================
  912. *ColorSepScreenAngle ProcessBlack.150lpi.1500dpi/150 lpi / 1500 dpi: "45.0"
  913. *ColorSepScreenAngle CustomColor.150lpi.1500dpi/150 lpi / 1500 dpi: "45.0"
  914. *ColorSepScreenAngle ProcessCyan.150lpi.1500dpi/150 lpi / 1500 dpi: "15.0"
  915. *ColorSepScreenAngle ProcessMagenta.150lpi.1500dpi/150 lpi / 1500 dpi: "75.0"
  916. *ColorSepScreenAngle ProcessYellow.150lpi.1500dpi/150 lpi / 1500 dpi: "0.0"
  917. *ColorSepScreenFreq ProcessBlack.150lpi.1500dpi/150 lpi / 1500 dpi: "150.0"
  918. *ColorSepScreenFreq CustomColor.150lpi.1500dpi/150 lpi / 1500 dpi: "150.0"
  919. *ColorSepScreenFreq ProcessCyan.150lpi.1500dpi/150 lpi / 1500 dpi: "150.0"
  920. *ColorSepScreenFreq ProcessMagenta.150lpi.1500dpi/150 lpi / 1500 dpi: "150.0"
  921. *ColorSepScreenFreq ProcessYellow.150lpi.1500dpi/150 lpi / 1500 dpi: "150.0"
  922. *% For 133 lpi / 1500 dpi ==============================================
  923. *ColorSepScreenAngle ProcessBlack.133lpi.1500dpi/133 lpi / 1500 dpi: "45.0"
  924. *ColorSepScreenAngle CustomColor.133lpi.1500dpi/133 lpi / 1500 dpi: "45.0"
  925. *ColorSepScreenAngle ProcessCyan.133lpi.1500dpi/133 lpi / 1500 dpi: "15.0"
  926. *ColorSepScreenAngle ProcessMagenta.133lpi.1500dpi/133 lpi / 1500 dpi: "75.0"
  927. *ColorSepScreenAngle ProcessYellow.133lpi.1500dpi/133 lpi / 1500 dpi: "0.0"
  928. *ColorSepScreenFreq ProcessBlack.133lpi.1500dpi/133 lpi / 1500 dpi: "133.0"
  929. *ColorSepScreenFreq CustomColor.133lpi.1500dpi/133 lpi / 1500 dpi: "133.0"
  930. *ColorSepScreenFreq ProcessCyan.133lpi.1500dpi/133 lpi / 1500 dpi: "133.0"
  931. *ColorSepScreenFreq ProcessMagenta.133lpi.1500dpi/133 lpi / 1500 dpi: "133.0"
  932. *ColorSepScreenFreq ProcessYellow.133lpi.1500dpi/133 lpi / 1500 dpi: "133.0"
  933. *% For 120 lpi / 1500 dpi ==============================================
  934. *ColorSepScreenAngle ProcessBlack.120lpi.1500dpi/120 lpi / 1500 dpi: "45.0"
  935. *ColorSepScreenAngle CustomColor.120lpi.1500dpi/120 lpi / 1500 dpi: "45.0"
  936. *ColorSepScreenAngle ProcessCyan.120lpi.1500dpi/120 lpi / 1500 dpi: "15.0"
  937. *ColorSepScreenAngle ProcessMagenta.120lpi.1500dpi/120 lpi / 1500 dpi: "75.0"
  938. *ColorSepScreenAngle ProcessYellow.120lpi.1500dpi/120 lpi / 1500 dpi: "0.0"
  939. *ColorSepScreenFreq ProcessBlack.120lpi.1500dpi/120 lpi / 1500 dpi: "120.0"
  940. *ColorSepScreenFreq CustomColor.120lpi.1500dpi/120 lpi / 1500 dpi: "120.0"
  941. *ColorSepScreenFreq ProcessCyan.120lpi.1500dpi/120 lpi / 1500 dpi: "120.0"
  942. *ColorSepScreenFreq ProcessMagenta.120lpi.1500dpi/120 lpi / 1500 dpi: "120.0"
  943. *ColorSepScreenFreq ProcessYellow.120lpi.1500dpi/120 lpi / 1500 dpi: "120.0"
  944. *% For 100 lpi / 1500 dpi ==============================================
  945. *ColorSepScreenAngle ProcessBlack.100lpi.1500dpi/100 lpi / 1500 dpi: "45.0"
  946. *ColorSepScreenAngle CustomColor.100lpi.1500dpi/100 lpi / 1500 dpi: "45.0"
  947. *ColorSepScreenAngle ProcessCyan.100lpi.1500dpi/100 lpi / 1500 dpi: "15.0"
  948. *ColorSepScreenAngle ProcessMagenta.100lpi.1500dpi/100 lpi / 1500 dpi: "75.0"
  949. *ColorSepScreenAngle ProcessYellow.100lpi.1500dpi/100 lpi / 1500 dpi: "0.0"
  950. *ColorSepScreenFreq ProcessBlack.100lpi.1500dpi/100 lpi / 1500 dpi: "100.0"
  951. *ColorSepScreenFreq CustomColor.100lpi.1500dpi/100 lpi / 1500 dpi: "100.0"
  952. *ColorSepScreenFreq ProcessCyan.100lpi.1500dpi/100 lpi / 1500 dpi: "100.0"
  953. *ColorSepScreenFreq ProcessMagenta.100lpi.1500dpi/100 lpi / 1500 dpi: "100.0"
  954. *ColorSepScreenFreq ProcessYellow.100lpi.1500dpi/100 lpi / 1500 dpi: "100.0"
  955. *% For 85 lpi / 1500 dpi ==============================================
  956. *ColorSepScreenAngle ProcessBlack.85lpi.1500dpi/85 lpi / 1500 dpi: "45.0"
  957. *ColorSepScreenAngle CustomColor.85lpi.1500dpi/85 lpi / 1500 dpi: "45.0"
  958. *ColorSepScreenAngle ProcessCyan.85lpi.1500dpi/85 lpi / 1500 dpi: "15.0"
  959. *ColorSepScreenAngle ProcessMagenta.85lpi.1500dpi/85 lpi / 1500 dpi: "75.0"
  960. *ColorSepScreenAngle ProcessYellow.85lpi.1500dpi/85 lpi / 1500 dpi: "0.0"
  961. *ColorSepScreenFreq ProcessBlack.85lpi.1500dpi/85 lpi / 1500 dpi: "85.0"
  962. *ColorSepScreenFreq CustomColor.85lpi.1500dpi/85 lpi / 1500 dpi: "85.0"
  963. *ColorSepScreenFreq ProcessCyan.85lpi.1500dpi/85 lpi / 1500 dpi: "85.0"
  964. *ColorSepScreenFreq ProcessMagenta.85lpi.1500dpi/85 lpi / 1500 dpi: "85.0"
  965. *ColorSepScreenFreq ProcessYellow.85lpi.1500dpi/85 lpi / 1500 dpi: "85.0"
  966. *% For 65 lpi / 1500 dpi ==============================================
  967. *ColorSepScreenAngle ProcessBlack.65lpi.1500dpi/65 lpi / 1500 dpi: "45.0"
  968. *ColorSepScreenAngle CustomColor.65lpi.1500dpi/65 lpi / 1500 dpi: "45.0"
  969. *ColorSepScreenAngle ProcessCyan.65lpi.1500dpi/65 lpi / 1500 dpi: "15.0"
  970. *ColorSepScreenAngle ProcessMagenta.65lpi.1500dpi/65 lpi / 1500 dpi: "75.0"
  971. *ColorSepScreenAngle ProcessYellow.65lpi.1500dpi/65 lpi / 1500 dpi: "0.0"
  972. *ColorSepScreenFreq ProcessBlack.65lpi.1500dpi/65 lpi / 1500 dpi: "65.0"
  973. *ColorSepScreenFreq CustomColor.65lpi.1500dpi/65 lpi / 1500 dpi: "65.0"
  974. *ColorSepScreenFreq ProcessCyan.65lpi.1500dpi/65 lpi / 1500 dpi: "65.0"
  975. *ColorSepScreenFreq ProcessMagenta.65lpi.1500dpi/65 lpi / 1500 dpi: "65.0"
  976. *ColorSepScreenFreq ProcessYellow.65lpi.1500dpi/65 lpi / 1500 dpi: "65.0"
  977. *% For 100 lpi / 1200 dpi ==============================================
  978. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  979. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  980. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "15.0"
  981. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "75.0"
  982. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  983. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  984. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  985. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  986. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  987. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  988. *% For 85 lpi / 1200 dpi ==============================================
  989. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  990. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  991. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "15.0"
  992. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "75.0"
  993. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  994. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  995. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  996. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  997. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  998. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  999. *% For 65 lpi / 1200 dpi ==============================================
  1000. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  1001. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  1002. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "15.0"
  1003. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "75.0"
  1004. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  1005. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1006. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1007. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1008. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1009. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1010. *% For 85 lpi / 1000 dpi ==============================================
  1011. *ColorSepScreenAngle ProcessBlack.85lpi.1000dpi/85 lpi / 1000 dpi: "45.0"
  1012. *ColorSepScreenAngle CustomColor.85lpi.1000dpi/85 lpi / 1000 dpi: "45.0"
  1013. *ColorSepScreenAngle ProcessCyan.85lpi.1000dpi/85 lpi / 1000 dpi: "15.0"
  1014. *ColorSepScreenAngle ProcessMagenta.85lpi.1000dpi/85 lpi / 1000 dpi: "75.0"
  1015. *ColorSepScreenAngle ProcessYellow.85lpi.1000dpi/85 lpi / 1000 dpi: "0.0"
  1016. *ColorSepScreenFreq ProcessBlack.85lpi.1000dpi/85 lpi / 1000 dpi: "85.0"
  1017. *ColorSepScreenFreq CustomColor.85lpi.1000dpi/85 lpi / 1000 dpi: "85.0"
  1018. *ColorSepScreenFreq ProcessCyan.85lpi.1000dpi/85 lpi / 1000 dpi: "85.0"
  1019. *ColorSepScreenFreq ProcessMagenta.85lpi.1000dpi/85 lpi / 1000 dpi: "85.0"
  1020. *ColorSepScreenFreq ProcessYellow.85lpi.1000dpi/85 lpi / 1000 dpi: "85.0"
  1021. *% end of PPD file for PostArtPro for FT-R3035
  1022. *% Last Edit Apr 07,1997