summaryrefslogtreecommitdiff
path: root/psprint_config/configuration/ppds/TKP380P1.PS
diff options
context:
space:
mode:
Diffstat (limited to 'psprint_config/configuration/ppds/TKP380P1.PS')
-rw-r--r--psprint_config/configuration/ppds/TKP380P1.PS1351
1 files changed, 1351 insertions, 0 deletions
diff --git a/psprint_config/configuration/ppds/TKP380P1.PS b/psprint_config/configuration/ppds/TKP380P1.PS
new file mode 100644
index 000000000000..c5f35e607ddd
--- /dev/null
+++ b/psprint_config/configuration/ppds/TKP380P1.PS
@@ -0,0 +1,1351 @@
+*PPD-Adobe: "4.3"
+*% Adobe Systems PostScript(R) Printer Description File
+*% Copyright 1987-1995 Adobe Systems Incorporated.
+*% All Rights Reserved.
+*% Permission is granted for redistribution of this file as
+*% long as this copyright notice is intact and the contents
+*% of the file is not altered in any way from its original form.
+*% End of Copyright statement
+*FormatVersion: "4.3"
+*FileVersion: "1.0"
+*LanguageEncoding: ISOLatin1
+*LanguageVersion: English
+*Product: "(Phaser 380)"
+*PSVersion: "(2015.105) 13"
+*Manufacturer: "Tektronix"
+*ModelName: "Tektronix Phaser 380 Extended"
+*ShortNickName: "Tektronix Phaser 380 Extended"
+*NickName: "Tektronix Phaser 380 with Extended Features"
+*PCFileName: "TKP380P1.PPD"
+
+*% === Installable Options ===========
+*OpenGroup: InstallableOptions/Options Installed
+
+*OpenUI *InstalledMemory/Memory Configuration: PickOne
+*OrderDependency: 69.1 AnySetup *InstalledMemory
+*DefaultInstalledMemory: None
+*InstalledMemory None/Standard 48 MB RAM: ""
+*InstalledMemory 64Meg/64 MB Total RAM: ""
+*?InstalledMemory: "% InstalledMemory
+ currentsystemparams /RamSize get
+ 16#100000 div round cvi
+ dup 50 lt
+ { pop (None) } {2 string cvs print (Meg) }
+ ifelse = flush"
+*End
+*CloseUI: *InstalledMemory
+
+*OpenUI *Option1/Optional Hard Drive: Boolean
+*OrderDependency: 69.4 AnySetup *Option1
+*DefaultOption1: False
+*Option1 True/Installed: ""
+*Option1 False/Not Installed: ""
+*?Option1: "
+ save false
+ (%disk?%)
+ { currentdevparams dup /Writeable known
+ { /Writeable get {pop true} if } {pop} ifelse
+ } 10 string /IODevice resourceforall
+ {(True)}{(False)} ifelse = flush
+ restore"
+*End
+*CloseUI: *Option1
+
+*OpenUI *Option2/Optional Network Card: PickOne
+*OrderDependency: 69.6 AnySetup *Option2
+*DefaultOption2: None
+*Option2 None/Not Installed: ""
+*Option2 P1/EtherTalk, NetWare and TCP/IP: ""
+*Option2 P3/LocalTalk and Serial: ""
+*Option2 P4/TokenTalk, NetWare and TCP/IP: ""
+*?Option2: "% Option2
+ (%EthernetPhysical%) /IODevice resourcestatus
+ {pop pop (P1) }
+ {
+ (%LocalTalk%) /IODevice resourcestatus
+ {pop pop (P3) }
+ {
+ (%TokenRingPhysical%) /IODevice resourcestatus
+ {pop pop (P4) } { (None) } ifelse
+ } ifelse
+ } ifelse = flush"
+*End
+*CloseUI: *Option2
+
+*OpenUI *Option3/Optional Lower Trays: Boolean
+*OrderDependency: 69.2 AnySetup *Option3
+*DefaultOption3: False
+*Option3 True/Installed: ""
+*Option3 False/Not Installed: ""
+*?Option3: "
+currentpagedevice /InputAttributes get 1 known
+{ (True) } { (False) } ifelse = flush"
+*End
+*CloseUI: *Option3
+
+*CloseGroup: InstallableOptions
+
+*% === Constraints ===================
+
+*UIConstraints: *Option1 False *TKCollate True
+*UIConstraints: *Option3 False *InputSlot Lower
+
+*UIConstraints: *TKCollate True *Option1 False
+*UIConstraints: *InputSlot Lower *Option3 False
+
+*% === Basic Device Capabilities ============
+
+*LanguageLevel: "2"
+*Protocols: BCP
+
+*FreeVM: "14300000"
+*VMOption None/Standard 48 MB RAM: "14300000"
+*VMOption 64Meg/64 MB Total RAM: "15500000"
+
+*ColorDevice: True
+*DefaultColorSpace: CMY
+*VariablePaperSize: True
+*AccurateScreensSupport: True
+*SuggestedJobTimeout: "0"
+*SuggestedWaitTimeout: "300"
+*SuggestedManualFeedTimeout: "60"
+*1284Modes Parallel: Compat Nibble
+*1284DeviceID: "
+ MANUFACTURER:Tektronix;COMMAND SET:Adobe Level 2 PostScript;
+ MODEL:Phaser 380P;CLASS:Printer;DESCRIPTION:
+ Phaser 380 Color Page Printer, PostScript Level 2, Letter/Legal/A4/ANSI B Size;
+ COMPATIBLE_ID:"
+*End
+*TTRasterizer: Type42
+*?TTRasterizer: "
+ save
+ 42 /FontType resourcestatus
+ { pop pop (Type42)} {pop pop (None)} ifelse = flush
+ restore"
+*End
+
+*FileSystem: True
+*?FileSystem: "
+ save false
+ (%disk?%)
+ { currentdevparams dup /Writeable known
+ { /Writeable get {pop true} if } {pop} ifelse
+ } 10 string /IODevice resourceforall
+ {(True)}{(False)} ifelse = flush
+ restore"
+*End
+*Throughput: "4"
+*Password: "0"
+*ExitServer: "
+ count 0 eq
+ { false } { true exch startjob } ifelse
+ not
+ { (WARNING: Cannot modify initial VM.) =
+ (Missing or invalid password.) =
+ (Please contact the author of this software.) = flush quit
+ } if"
+*End
+*Reset: "
+ count 0 eq
+ { false } { true exch startjob } ifelse
+ not
+ { (WARNING: Cannot reset printer.) =
+ (Missing or invalid password.) =
+ (Please contact the author of this software.) = flush quit
+ } if
+ systemdict /quit get exec
+ (WARNING : Printer Reset Failed.) = flush"
+*End
+
+*DefaultResolution: 300dpi
+*?Resolution: "
+ save currentpagedevice
+ /HWResolution get 0 get ( ) cvs print (dpi) = flush restore"
+*End
+
+*% Halftone Information =================
+*DefaultHalftoneType: 9
+*ScreenFreq: "60.0"
+*ScreenAngle: "45.0"
+*DefaultScreenProc: Dot
+*ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div} bind"
+*DefaultTransfer: Null
+*Transfer Null: "{ }"
+*Transfer Null.Inverse: "{1 exch sub}"
+
+
+*% Tray Selection ============
+
+*OpenUI *InputSlot: PickOne
+*OrderDependency: 54.0 AnySetup *InputSlot
+*DefaultInputSlot: Paper
+*InputSlot Upper: "
+ <<
+ /MediaPosition 0
+ /MediaType null
+ /TraySwitch false
+ /ManualFeed false
+ >> setpagedevice"
+*End
+*InputSlot Lower: "
+ <<
+ /MediaPosition 1
+ /MediaType null
+ /TraySwitch false
+ /ManualFeed false
+ >> setpagedevice"
+*End
+*InputSlot Paper: "
+ <<
+ /MediaPosition null
+ /MediaType (Paper)
+ /TraySwitch true
+ /ManualFeed false
+ >> setpagedevice"
+*End
+*InputSlot Transparency: "
+ <<
+ /MediaPosition null
+ /MediaType (Transparency)
+ /TraySwitch true
+ /ManualFeed false
+ >> setpagedevice"
+*End
+*InputSlot ManualPaper/Manual Paper: "
+ <<
+ /MediaPosition null
+ /MediaType (Paper)
+ /TraySwitch false
+ /ManualFeed true
+ >> setpagedevice"
+*End
+*InputSlot ManualTransparency/Manual Transparency: "
+ <<
+ /MediaPosition null
+ /MediaType (Transparency)
+ /TraySwitch false
+ /ManualFeed true
+ >> setpagedevice"
+*End
+
+*?InputSlot: "
+ currentpagedevice /MediaPosition get
+ dup null eq
+ { pop currentpagedevice /MediaType get
+ dup null eq
+ { pop (Upper) }
+ { dup (Paper) eq
+ { pop currentpagedevice /ManualFeed get
+ { (ManualPaper) }
+ { (Paper) } ifelse
+ }
+ {
+ (Transparency) eq
+ { currentpagedevice /ManualFeed get
+ { (ManualTransparency) }
+ { (Transparency) } ifelse
+ }
+ { (Unknown) } ifelse
+ } ifelse
+ } ifelse
+ }
+ {
+ dup 0 eq
+ { pop (Upper) }
+ { 1 eq
+ { (Lower) }
+ { (Unknown) } ifelse
+ } ifelse
+ } ifelse
+ = flush
+"
+*End
+*CloseUI: *InputSlot
+
+
+*% Paper Handling ===================
+
+*% Use these entries to set paper size most of the time, unless there is
+*% specific reason to use PageRegion.
+*OpenUI *PageSize: PickOne
+*OrderDependency: 56.0 AnySetup *PageSize
+*DefaultPageSize: Letter
+*PageSize Letter: "
+ << /PageSize [612 792] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize Legal: "
+ << /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize Tabloid: "
+ << /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize TabloidExtra/Tabloid Extra: "
+ << /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize Oversize/Tabloid Maximum: "
+ << /PageSize [942 1336] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize Executive: "
+ << /PageSize [522 756] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize EnvPersonal/Personal Envelope: "
+ << /PageSize [261 468] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize Env10/#10 Envelope: "
+ << /PageSize [297 684] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize A3: "
+ << /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize A4: "
+ << /PageSize [595 842] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize A5: "
+ << /PageSize [420 595] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize ISOB4/ISO B4: "
+ << /PageSize [709 1001] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize ISOB5/ISO B5: "
+ << /PageSize [499 709] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize ISOB6/ISO B6: "
+ << /PageSize [354 499] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize EnvC6/C6 Envelope: "
+ << /PageSize [323 459] /ImagingBBox null >> setpagedevice"
+*End
+*PageSize EnvDL/DL Envelope: "
+ << /PageSize [312 624] /ImagingBBox null >> setpagedevice"
+*End
+*?PageSize: "
+ save currentpagedevice /PageSize get aload pop
+ 2 copy gt {exch} if (Unknown)
+ <<
+ [612 792] (Letter)
+ [612 1008] (Legal)
+ [792 1224] (Tabloid)
+ [864 1296] (TabloidExtra)
+ [942 1336] (Oversize)
+ [522 756] (Executive)
+ [261 468] (EnvPersonal)
+ [297 684] (Env10)
+ [842 1191] (A3)
+ [595 842] (A4)
+ [420 595] (A5)
+ [709 1001] (ISOB4)
+ [499 709] (ISOB5)
+ [354 499] (ISOB6)
+ [323 459] (EnvC6)
+ [312 624] (EnvDL) >>
+ { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
+ { exch pop exit } { pop } ifelse
+ } bind forall = flush pop pop
+ restore"
+*End
+*CloseUI: *PageSize
+
+*% These entries will set up the frame buffer. Usually used with manual feed.
+*OpenUI *PageRegion: PickOne
+*OrderDependency: 56.2 AnySetup *PageRegion
+*DefaultPageRegion: Letter
+*PageRegion Letter: "
+ << /PageSize [612 792] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion Legal: "
+ << /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion Tabloid: "
+ << /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion TabloidExtra/Tabloid Extra: "
+ << /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion Oversize/Tabloid Maximum: "
+ << /PageSize [942 1336] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion Executive: "
+ << /PageSize [522 756] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion EnvPersonal/Personal Envelope: "
+ << /PageSize [261 468] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion Env10/#10 Envelope: "
+ << /PageSize [297 684] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion A3: "
+ << /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion A4: "
+ << /PageSize [595 842] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion A5: "
+ << /PageSize [420 595] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion ISOB4/ISO B4: "
+ << /PageSize [709 1001] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion ISOB5/ISO B5: "
+ << /PageSize [499 709] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion ISOB6/ISO B6: "
+ << /PageSize [354 499] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion EnvC6/C6 Envelope: "
+ << /PageSize [323 459] /ImagingBBox null >> setpagedevice"
+*End
+*PageRegion EnvDL/DL Envelope: "
+ << /PageSize [312 624] /ImagingBBox null >> setpagedevice"
+*End
+*CloseUI: *PageRegion
+
+*% The following entries provide information about specific paper keywords.
+*DefaultImageableArea: Letter
+
+*ImageableArea Letter: "14.28 25.68 597.96 777.84"
+*ImageableArea Legal: "14.28 25.68 597.96 993.84"
+*ImageableArea Tabloid: "14.28 25.68 777.96 1209.84"
+*ImageableArea TabloidExtra/Tabloid Extra: "14.28 25.68 849.96 1281.84"
+*ImageableArea Oversize/Tabloid Maximum: "14.28 25.81 928.2 1322.04"
+*ImageableArea Executive: "14.29 25.68 508.2 741.84"
+*ImageableArea EnvPersonal/Personal Envelope: "14.29 25.69 247.08 453.84"
+*ImageableArea Env10/#10 Envelope: "14.28 25.68 283.08 669.84"
+*ImageableArea A3: "14.28 25.8 827.88 1177.08"
+*ImageableArea A4: "14.28 25.69 581.16 827.76"
+*ImageableArea A5: "14.28 25.81 405.96 580.92"
+*ImageableArea ISOB4/ISO B4: "14.28 25.81 694.92 987.0"
+*ImageableArea ISOB5/ISO B5: "14.29 25.68 485.16 694.8"
+*ImageableArea ISOB6/ISO B6: "14.28 25.81 340.2 484.92"
+*ImageableArea EnvC6/C6 Envelope: "14.28 25.81 309.0 445.08"
+*ImageableArea EnvDL/DL Envelope: "14.28 25.68 297.96 609.84"
+
+*?ImageableArea: "
+<< /HWResolution [300 300] /ManualFeed true >> setpagedevice
+ clippath pathbbox
+ /cvp {16 string cvs print ( ) print} def
+ 4 3 roll 100 mul ceiling 100 div cvp
+ 3 2 roll 100 mul ceiling 100 div cvp
+ exch 100 mul floor 100 div cvp
+ 100 mul floor 100 div = flush
+ userdict /cvp undef"
+*End
+
+*% These provide the physical dimensions of the paper (by keyword)
+*DefaultPaperDimension: Letter
+*PaperDimension Letter: "612 792"
+*PaperDimension Legal: "612 1008"
+*PaperDimension Tabloid: "792 1224"
+*PaperDimension TabloidExtra/Tabloid Extra: "864 1296"
+*PaperDimension Oversize/Tabloid Maximum: "942 1336"
+*PaperDimension Executive: "522 756"
+*PaperDimension EnvPersonal/Personal Envelope: "261 468"
+*PaperDimension Env10/#10 Envelope: "297 684"
+*PaperDimension A3: "842 1191"
+*PaperDimension A4: "595 842"
+*PaperDimension A5: "420 595"
+*PaperDimension ISOB4/ISO B4: "709 1001"
+*PaperDimension ISOB5/ISO B5: "499 709"
+*PaperDimension ISOB6/ISO B6: "354 499"
+*PaperDimension EnvC6/C6 Envelope: "323 459"
+*PaperDimension EnvDL/DL Envelope: "312 624"
+
+*CustomPageSize True: "
+ pop pop pop
+ <<
+ /PageSize [ 5 -2 roll ]
+ /ImagingBBox null
+ >>
+ setpagedevice
+"
+*End
+
+*DefaultLeadingEdge: Unknown
+*LeadingEdge Unknown: ""
+
+*ParamCustomPageSize Width: 1 points 261 942
+*ParamCustomPageSize Height: 2 points 432 1336
+*ParamCustomPageSize WidthOffset: 3 points 0 0
+*ParamCustomPageSize HeightOffset: 4 points 0 0
+*ParamCustomPageSize Orientation: 5 int 0 0
+*MaxMediaWidth: "942"
+*MaxMediaHeight: "1336"
+*?CurrentMediaWidth: "currentpagedevice/PageSize get 0 get = flush"
+*?CurrentMediaHeight: "currentpagedevice/PageSize get 1 get = flush"
+
+*HWMargins: 15 26 15 15
+*DefaultOutputOrder: Reverse
+
+
+*RequiresPageRegion All: True
+
+*OpenUI *TKCollate/Quick Collate: Boolean
+*OrderDependency: 50.0 AnySetup *TKCollate
+*DefaultTKCollate: False
+*TKCollate False: "<< /Collate false >> setpagedevice"
+*TKCollate True: "<< /Collate true >> setpagedevice"
+*?TKCollate: "
+ save
+ currentpagedevice /Collate get {(True)}{(False)}ifelse
+ = flush restore"
+*End
+*CloseUI: *TKCollate
+
+*% TKColor Selections ===================
+
+*OpenUI *TKColor/Color Correction: PickOne
+*OrderDependency: 40.0 AnySetup *TKColor
+*DefaultTKColor: VividColor/Vivid Color
+*TKColor NoAdjust/None: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (None)
+ /VirtualColorDevice null
+ >>
+ >> setpagedevice"
+*End
+*TKColor VividColor/Vivid Color: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (Vivid Color)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /TekBlue
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor SimulateDisplay/Simulate Display: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (Simulate Display)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /TekDisplay
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor SWOPPress/SWOP Press: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (SWOP Press)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /SWOP-Coated
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor EuroscalePress/Euroscale Press: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (Euroscale Press)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /Euroscale-Coated
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor CommercialPress/Commercial Press: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (Commercial Press)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /Commercial-Coated
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor SNAPPress/SNAP Press: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (SNAP Press)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /SNAP-Newsprint
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor DaiNippon/DIC: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (DIC)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /DaiNippon
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor Toyo: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (Toyo)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /Toyo
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor Fuji-NA/FujiProof: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (FujiProof)
+ /VirtualColorDevice <<
+ /Type 3
+ /ColorTransform /Fuji-NA
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor Monochrome: "
+ <<
+ /DeviceRenderingInfo <<
+ /Type 2
+ /ID (Monochrome)
+ /VirtualColorDevice <<
+ /Type 1
+ /ColorTransform /Gray
+ >>
+ >>
+ >> setpagedevice"
+*End
+*TKColor UsePrinterSetting/Use Printer Setting: "
+ % ColorCorrection: Use Printer Settings"
+*End
+*?TKColor: "
+ mark
+ { currentpagedevice /DeviceRenderingInfo get
+ /VirtualColorDevice get
+ dup null eq
+ { pop (NoAdjust) }
+ { /ColorTransform get
+ <<
+ /TekBlue (VividColor)
+ /TekDisplay (SimulateDisplay)
+ /SWOP-Coated (SWOPPress)
+ /Euroscale-Coated (EuroscalePress)
+ /Commercial-Coated (CommercialPress)
+ /SNAP-Newsprint (SNAPPress)
+ /Fuji-NA (Fuji-NA)
+ /DaiNippon (DaiNippon)
+ /Toyo (Toyo)
+ /Gray (Monochrome)
+ >>
+ exch get
+ } ifelse
+ } stopped
+ { % error in PostScript code execution
+ (Unknown)
+ } if
+ = flush
+ cleartomark"
+*End
+*CloseUI: *TKColor
+
+*% Print Quality Selection ===================
+
+*OpenUI *OutputMode/Print Quality: PickOne
+*OrderDependency: 42.0 AnySetup *OutputMode
+*DefaultOutputMode: Standard
+*OutputMode FastColor/Fast Color: "
+ <3c7e343f5038663d264e554e446573513c426c406c6e30665f24343147434c673521462
+ 5214644745a2441526f4071426b285d7324337e3e6376782065786563>cvx exec"
+*End
+*OutputMode Standard/Standard: "
+ <3c7e343f5038663d264e554e446573513c426c406c6e3147434c2a3147434c673521462
+ 5214644745a2441526f4071426b285d7324337e3e6376782065786563>cvx exec"
+*End
+*OutputMode Enhanced/Enhanced 600x300: "
+ <3c7e343f5038663d264e554e446573513c426c406c6e32443f672d3147434c673521462
+ 5214644745a2441526f4071426b285d7324337e3e6376782065786563>cvx exec"
+*End
+*?OutputMode: "
+ save
+ <3c7e343f503e593146505f24462a27636643693d3e433147434c323b666c47634137394
+ c682e35696b362d712f2365403b5d52644131395d2b4073296734415375552f403a732e5
+ e4154686374414d3653553b49736f66436973693644662d5c31415454254b2b4435382d2
+ b4435382d24337e3e6376782065786563>cvx exec
+ = flush restore"
+*End
+*CloseUI: *OutputMode
+
+*OpenUI *TKImageSmoothing/Image Smoothing: Boolean
+*OrderDependency: 44.0 AnySetup *TKImageSmoothing
+*DefaultTKImageSmoothing: False
+*TKImageSmoothing False: "
+ false /RRCustomProcs /ProcSet findresource /setforceinterpolate get exec"
+*End
+*TKImageSmoothing True: "
+ true /RRCustomProcs /ProcSet findresource /setforceinterpolate get exec"
+*End
+*?TKImageSmoothing: "
+ save
+ /RRCustomProcs /ProcSet findresource /currentforceinterpolate get exec
+ {(True)}{(False)} ifelse
+ = flush restore"
+*End
+*CloseUI: *TKImageSmoothing
+
+
+*OpenUI *TKCheckPrint/Check Print: Boolean
+*OrderDependency: 46.0 AnySetup *TKCheckPrint
+*DefaultTKCheckPrint: False
+*TKCheckPrint False: ""
+*TKCheckPrint True: "
+ /RRCustomProcs /ProcSet findresource
+ /setcheckprint get exec"
+*End
+*?TKCheckPrint: "
+ /RRCustomProcs /ProcSet findresource
+ /currentcheckprint get exec {(True)}{(False)}ifelse
+ = flush"
+*End
+*CloseUI: *TKCheckPrint
+
+
+*% ==================================================
+*% Define TekColor Logo for use in ColorControlStrip
+
+*JobPatchFile 1: "
+userdict/TekColorStripDict known not
+{userdict begin/TekColorStripDict 20 dict def end}if
+TekColorStripDict
+begin/DrawTekLogo{/xxxxit save store
+LogoInsetX LogoInsetY translate
+BorderHeight LogoInsetY sub LogoInsetY sub
+47.76 div
+dup scale<</m/moveto load/l/lineto load/c/curveto load/x/closepath
+load/s/stroke load/e/eofill load/f/fill load/i/clip load/ei/eoclip
+load/r/setrgbcolor load/k/setcmykcolor load/g/setgray
+load/w/setlinewidth load/t/setlinecap load/j/setlinejoin
+load/p/newpath load/gs/gsave load/gr/grestore load>>begin
+1.0 w
+0 j
+0 t
+0.44 w
+0 0 0 0 k
+gs
+0.0 47.52 m
+38.16 47.52 l
+38.16 0.0 l
+0.0 0.0 l
+0.0 47.52 l
+x
+f
+gr
+0 0 0 1 k
+0.0 47.52 m
+38.16 47.52 l
+38.16 0.0 l
+0.0 0.0 l
+0.0 47.52 l
+x
+s
+0.1375 w
+0 0 0 1 k
+gs
+1.2 46.08 m
+36.72 46.08 l
+36.72 10.56 l
+1.2 10.56 l
+1.2 46.08 l
+x
+f
+gr
+0 0 0 0 k
+1.2 46.08 m
+36.72 46.08 l
+36.72 10.56 l
+1.2 10.56 l
+1.2 46.08 l
+x
+s
+0.4399 w
+0 0 0 0 k
+gs
+1.44 9.12 m
+36.48 9.12 l
+36.48 1.68 l
+1.44 1.68 l
+1.44 9.12 l
+x
+f
+gr
+0 0 0 1 k
+1.44 9.12 m
+36.48 9.12 l
+36.48 1.68 l
+1.44 1.68 l
+1.44 9.12 l
+x
+s
+0 0 0 1 k
+gs
+3.36 6.72 m
+4.08 6.72 l
+4.08 3.12 l
+5.04 3.12 l
+5.04 6.72 l
+6.0 6.72 l
+6.0 7.68 l
+3.36 7.68 l
+3.36 6.72 l
+x
+8.4 5.28 m
+8.4 5.52 l
+8.48 5.788 8.547 6.006 8.88 6.0 c
+9.069 6.006 9.148 5.782 9.12 5.76 c
+9.12 5.28 l
+8.4 5.28 l
+x
+10.08 4.8 m
+10.08 5.76 l
+10.114 6.395 9.488 6.65 8.88 6.72 c
+8.067 6.638 7.514 6.353 7.44 5.52 c
+7.44 4.08 l
+7.514 3.315 8.122 3.03 8.88 3.12 c
+9.652 3.048 10.126 3.449 10.08 4.32 c
+9.12 4.32 l
+9.1 4.038 9.136 3.716 8.88 3.84 c
+8.565 3.746 8.48 3.904 8.4 4.08 c
+8.4 4.8 l
+10.08 4.8 l
+x
+13.2 3.12 m
+13.2 4.32 l
+13.2 4.56 l
+13.92 3.12 l
+14.88 3.12 l
+13.92 5.28 l
+14.88 6.48 l
+13.68 6.48 l
+13.2 5.52 l
+13.2 5.52 l
+13.2 7.68 l
+12.24 7.68 l
+12.24 3.12 l
+13.2 3.12 l
+x
+19.68 6.0 m
+19.68 6.48 l
+19.717 7.422 19.17 7.811 18.24 7.92 c
+17.28 7.811 16.825 7.349 16.8 6.24 c
+16.8 4.56 l
+16.825 3.558 17.207 3.035 18.24 3.12 c
+19.285 3.035 19.735 3.582 19.68 4.32 c
+19.68 5.04 l
+18.72 5.04 l
+18.72 4.56 l
+18.666 4.232 18.635 3.856 18.24 3.84 c
+17.991 3.856 17.888 4.008 18.0 4.32 c
+18.0 6.48 l
+17.894 6.814 17.973 6.997 18.24 6.96 c
+18.508 6.991 18.647 6.79 18.72 6.48 c
+18.72 6.0 l
+19.68 6.0 l
+x
+21.6 4.08 m
+21.561 3.315 22.132 3.035 22.8 3.12 c
+23.56 3.035 24.04 3.321 24.0 4.08 c
+24.0 5.52 l
+24.089 6.243 23.675 6.644 22.8 6.72 c
+22.078 6.644 21.561 6.353 21.6 5.52 c
+21.6 4.08 l
+x
+22.56 5.52 m
+22.527 5.77 22.6 5.946 22.8 6.0 c
+23.05 5.946 23.123 5.77 23.04 5.52 c
+23.04 4.08 l
+23.104 3.837 23.025 3.734 22.8 3.84 c
+22.624 3.734 22.546 3.837 22.56 4.08 c
+22.56 5.52 l
+x
+26.88 3.12 m
+26.88 7.68 l
+25.92 7.68 l
+25.92 3.12 l
+26.88 3.12 l
+x
+28.8 4.08 m
+28.726 3.315 29.297 3.035 30.0 3.12 c
+30.725 3.035 31.205 3.321 31.2 4.08 c
+31.2 5.52 l
+31.253 6.243 30.84 6.644 30.0 6.72 c
+29.242 6.644 28.726 6.353 28.8 5.52 c
+28.8 4.08 l
+x
+29.76 5.52 m
+29.692 5.77 29.765 5.946 30.0 6.0 c
+30.214 5.946 30.287 5.77 30.24 5.52 c
+30.24 4.08 l
+30.269 3.837 30.19 3.734 30.0 3.84 c
+29.789 3.734 29.71 3.837 29.76 4.08 c
+29.76 5.52 l
+x
+33.12 6.48 m
+33.12 3.12 l
+34.08 3.12 l
+34.08 5.28 l
+34.15 5.52 34.259 5.575 34.56 5.52 c
+34.63 5.575 34.727 5.569 34.8 5.52 c
+34.8 6.72 l
+34.423 6.644 34.186 6.395 34.08 6.0 c
+34.08 6.0 l
+34.08 6.48 l
+33.12 6.48 l
+x
+e
+gr
+p
+0 0 0 1 k
+gs
+e
+gr
+p
+0 0 0 1 k
+gs
+41.52 47.76 m
+41.28 47.76 l
+40.8 46.8 l
+40.8 46.8 l
+40.56 47.76 l
+40.08 47.76 l
+40.08 46.32 l
+40.32 46.32 l
+40.32 47.52 l
+40.32 47.52 l
+40.8 46.32 l
+41.04 46.32 l
+41.28 47.52 l
+41.28 47.52 l
+41.28 46.32 l
+41.52 46.32 l
+41.52 47.76 l
+x
+40.08 47.76 m
+38.88 47.76 l
+38.88 47.52 l
+39.36 47.52 l
+39.36 46.32 l
+39.6 46.32 l
+39.6 47.52 l
+40.08 47.52 l
+40.08 47.76 l
+x
+e
+gr
+p
+0 0 0 0 k
+gs
+34.56 35.76 m
+34.844 35.85 34.824 36.065 35.04 36.24 c
+35.272 36.635 35.421 37.479 35.28 37.44 c
+34.894 37.399 34.321 37.389 33.36 37.2 c
+33.294 37.401 33.184 37.482 33.12 37.44 c
+31.4 40.035 28.121 41.54 23.28 42.0 c
+20.773 42.179 17.714 41.632 17.28 41.52 c
+17.1 41.486 17.008 41.727 17.04 41.76 c
+16.629 42.328 16.543 42.586 16.32 43.2 c
+16.113 43.419 15.621 44.206 15.36 44.4 c
+14.998 45.382 15.105 45.104 14.88 45.6 c
+14.47 46.464 14.464 46.708 14.16 46.8 c
+13.629 46.662 11.252 42.814 11.52 42.48 c
+12.153 41.578 12.814 40.558 13.2 40.08 c
+13.24 39.863 13.24 39.766 13.2 39.84 c
+10.314 38.243 1.195 32.238 3.6 22.8 c
+3.628 22.642 2.488 21.322 2.4 20.88 c
+2.312 20.5 2.381 20.156 2.64 19.68 c
+2.702 19.45 3.015 19.194 3.12 18.72 c
+3.422 18.21 3.618 17.629 3.84 17.76 c
+4.294 17.714 4.618 18.224 5.04 18.48 c
+4.959 18.54 5.201 18.623 5.28 18.48 c
+5.648 18.077 6.764 16.588 7.92 15.84 c
+12.104 13.1 16.673 13.467 19.2 13.92 c
+19.755 13.944 21.661 14.576 21.84 14.64 c
+22.156 14.54 21.938 11.64 21.84 10.8 c
+21.855 10.593 22.639 10.973 23.04 11.28 c
+23.176 11.46 23.393 11.454 23.52 11.76 c
+23.477 12.169 23.648 14.245 23.52 14.64 c
+23.619 15.45 23.777 15.446 24.0 15.6 c
+24.208 15.644 25.262 16.271 25.44 16.32 c
+26.396 16.999 28.041 17.957 29.04 18.72 c
+32.851 21.605 34.73 25.643 34.8 29.52 c
+34.98 30.906 34.969 33.321 34.08 35.52 c
+34.164 35.571 34.164 35.655 34.32 35.76 c
+34.298 35.762 34.384 35.763 34.56 35.76 c
+x
+f
+gr
+p
+0.9 0 0.47 0 k
+gs
+7.92 31.44 m
+7.67 30.65 7.125 28.477 7.44 26.64 c
+7.503 26.241 7.75 26.097 7.92 26.16 c
+9.411 27.358 15.203 30.915 17.04 31.68 c
+17.169 31.755 17.461 31.937 17.52 32.16 c
+17.152 32.809 16.189 34.708 15.84 35.52 c
+15.533 36.205 14.645 37.99 14.16 38.4 c
+14.097 38.555 13.721 38.564 13.68 38.64 c
+10.734 37.344 8.65 33.624 7.92 31.44 c
+x
+f
+gr
+p
+0.56 0.56 0 0 k
+gs
+18.48 29.28 m
+18.44 29.28 18.261 29.345 18.24 29.28 c
+16.612 28.612 13.484 26.481 12.48 25.68 c
+10.803 24.384 8.965 22.771 8.88 22.32 c
+8.71 21.686 8.894 21.069 9.12 20.64 c
+9.769 18.603 11.498 17.46 12.24 17.04 c
+13.605 16.235 16.31 15.657 17.52 15.6 c
+19.309 15.435 20.87 15.497 21.36 15.84 c
+22.095 16.306 19.294 27.822 18.48 29.28 c
+x
+f
+gr
+p
+0 0.25 1 0 k
+gs
+18.0 39.6 m
+18.395 38.69 18.293 39.007 18.72 37.92 c
+19.587 36.128 20.436 33.722 20.4 33.6 c
+20.503 33.621 20.56 33.384 20.88 33.6 c
+22.576 34.284 23.59 34.525 25.2 35.04 c
+27.217 35.728 28.884 36.158 30.24 36.48 c
+30.379 36.49 30.498 36.633 30.24 36.96 c
+29.749 37.664 27.576 39.584 24.0 40.32 c
+22.239 40.54 18.943 40.431 18.0 40.08 c
+17.712 39.956 17.92 39.718 18.0 39.6 c
+x
+f
+gr
+p
+0 0.94 0.65 0 k
+gs
+26.4 18.48 m
+25.804 18.087 24.795 17.432 24.0 17.04 c
+23.772 16.977 23.59 17.023 23.52 17.28 c
+23.212 22.391 22.679 25.45 21.36 30.48 c
+21.391 30.674 21.579 31.019 21.84 31.2 c
+22.32 31.474 23.335 31.987 24.0 32.4 c
+25.928 33.133 30.019 34.662 31.2 34.8 c
+31.31 34.946 31.356 34.736 31.44 34.56 c
+33.469 30.893 32.246 24.199 29.04 20.88 c
+28.388 20.096 27.414 19.204 26.4 18.48 c
+x
+f
+gr
+p
+end
+xxxxit restore}bind def
+end"
+*End
+*% End TekColor Logo for use in ColorControlStrip
+*% ==================================================
+
+*OpenUI *TKColorControlStrip/Color Control Strip: Boolean
+*OrderDependency: 48.0 AnySetup *TKColorControlStrip
+*DefaultTKColorControlStrip: False
+*TKColorControlStrip True/On: "% TKColorControlStrip True/On
+userdict/TekColorStripDict known not{userdict begin/TekColorStripDict
+20 dict def
+end}if
+TekColorStripDict
+begin/OldEndPage
+currentpagedevice/EndPage get
+def/DefineName{/ProfileName(Unknown)def
+currentpagedevice/DeviceRenderingInfo get
+dup/ID known{/ID get/ProfileName exch
+def}{/VirtualColorDevice get
+dup
+null eq{pop/ProfileName(None)def}{dup/Type get
+dup
+1 eq exch
+3 eq
+or{/ColorTransform get<</TekBlue(Vivid Color)/TekDisplay(Simulate Display)
+/SWOP-Coated(SWOP Press)/Euroscale-Coated(Euroscale Press)
+/Commercial-Coated(Commercial Press)/SNAP-Newsprint(SNAP Press)
+/Gray(Monochrome)/RGB(Raw RGB)/CMYK(Raw CMYK)/Fuji-NA(FujiProof)
+/DaiNippon(DIC)/Toyo(Toyo)/TekPhoto(Photo)/TekCMYK(None)>>exch
+2 copy
+known{get/ProfileName exch def}{pop
+pop}ifelse}{pop}ifelse}ifelse}ifelse}bind def/ClearAndDrawBorder{gsave
+newpath clippath pathbbox
+grestore/URy exch def/URx exch def/LLy exch def/LLx exch def
+URx LLx sub
+BorderWidth
+sub
+2 div
+LLx add
+LLy 1 add
+translate
+1 setgray
+0 setlinewidth
+0 0 BorderWidth BorderHeight rectfill
+0 setgray
+0 0 BorderWidth BorderHeight rectstroke
+0 0 BorderWidth BorderHeight rectclip}bind def/StringDimensions{gsave
+newpath
+0 0 moveto
+false
+charpath
+pathbbox
+exch
+4 -1 roll
+sub
+3 -2 roll
+exch
+sub
+grestore}bind def/BCenterLine{gsave
+currentpoint translate
+0 0 moveto
+dup stringwidth pop
+2 div neg
+0
+rmoveto
+0 setgray
+show
+grestore}bind def/TCenterLine{gsave
+currentpoint translate
+0 0 moveto
+dup StringDimensions
+neg
+exch 2 div neg exch
+rmoveto
+0 setgray
+show
+grestore}bind def/DrawBox{setcmykcolor
+currentpoint BoxSide BoxSide rectfill
+gsave/Helvetica BoxFontSize selectfont
+BoxSide 2 div
+BoxStartY BoxFontSize sub 2 div neg
+rmoveto
+TCenterLine
+grestore
+gsave/Helvetica BoxFontSize selectfont
+BoxSide 2 div
+BoxSide
+BoxStartY BoxFontSize sub 2 div
+add
+rmoveto
+BCenterLine
+grestore
+BoxSide BoxGap add
+0 rmoveto}bind def/DrawBar{gsave
+0 setgray
+0 setlinewidth
+currentpoint
+newpath
+pop 0
+moveto
+0 BorderHeight rlineto
+stroke
+grestore}bind def/UseKanji{(GothicBBB-Medium-RKSJ-H)/Font resourcestatus
+{pop pop true}{false}ifelse
+product dup
+length 1 sub
+get
+8#112 eq
+and}bind def/DrawLegend{gsave
+0 setgray
+currentpoint
+exch dup
+BorderWidth exch sub/LegendWidth exch def
+exch pop 0
+translate/Helvetica-Bold TekFontSize
+selectfont(Tektronix)StringDimensions/TekHeight exch def/TekWidth exch def
+LegendWidth TekWidth sub 2 div
+BorderHeight TekInsetY sub TekHeight sub
+moveto(Tektronix)show/Symbol TekFontSize selectfont/registerserif
+glyphshow/Helvetica-Bold LegendFontSize selectfont
+LegendGap ProfileY moveto(Color Profile: )show
+currentpoint
+pop/ValueX exch def
+FileKnown JobNameKnown or{LegendGap FileNameY moveto(File:)show}if
+DateKnown{LegendGap DateY moveto(Date/Time:)show}if/Helvetica
+LegendFontSize selectfont
+ValueX ProfileY moveto
+ProfileName show
+UseKanji{/GothicBBB-Medium-RKSJ-H}{/Helvetica}ifelse
+LegendFontSize selectfont
+DateKnown{ValueX DateY moveto
+userdict/TekLabelDict get/Date get
+show}if
+FileKnown{ValueX FileNameY moveto
+userdict/TekLabelDict get/File get
+show}{JobNameKnown{ValueX FileNameY moveto
+JobName
+show}if}ifelse
+grestore}bind def/DrawColorStrip{TekColorStripDict/OldEndPage get
+exec
+dup{TekColorStripDict
+begin/BorderWidth 487 def/BorderHeight 36 def/BoxStartX 31 def/BoxSide
+14 def/BoxGap 3 def/BoxFontSize 6 def/LogoInsetX 2 def/LogoInsetY 2 def
+/TekFontSize 9 def/TekInsetY 4 def/LegendFontSize 7 def/LegendGap 3 def
+/LegendLineGap 0 def/DateY LegendGap def/ProfileY DateY LegendFontSize
+add LegendLineGap add def/FileNameY ProfileY LegendFontSize add
+LegendLineGap add def
+currentuserparams
+dup/JobName known{/JobName get(: )search{pop pop/JobName exch def
+/JobNameKnown true def}{pop/JobNameKnown false def}ifelse}
+{pop/JobNameKnown false def}ifelse
+userdict/TekLabelDict known{userdict/TekLabelDict get
+dup/Date known{/DateKnown true def}{/DateKnown false def}ifelse/File known
+{/FileKnown true def}{/FileKnown false def}ifelse}
+{/DateKnown false def/FileKnown false def}ifelse
+initgraphics
+ClearAndDrawBorder
+TekColorStripDict/DrawTekLogo known{DrawTekLogo}if
+/BoxStartY BorderHeight BoxSide sub 2 div def
+BoxStartX BoxStartY moveto
+(C)(100%)1 0 0 0 DrawBox(M)(100%)0 1 0 0 DrawBox(Y)(100%)0 0 1 0 DrawBox(K)
+(100%)0 0 0 1 DrawBox(MY)(100%)0 1 1 0 DrawBox(CY)(100%)1 0 1 0 DrawBox(CM)
+(100%)1 1 0 0 DrawBox(CMY)(100%)1 1 1 0 DrawBox(C)(50%)0.5 0 0 0 DrawBox(M)
+(50%)0 0.5 0 0 DrawBox(Y)(50%)0 0 0.5 0 DrawBox(K)(50%)0 0 0 0.5 DrawBox(MY)
+(50%)0 0.5 0.5 0 DrawBox(CY)(50%)0.5 0 0.5 0 DrawBox(CM)(50%)
+0.5 0.5 0 0 DrawBox(CMY)(50%)0.5 0.5 0.5 0 DrawBox
+DrawBar
+DefineName
+DrawLegend
+end}if}bind def<</EndPage{TekColorStripDict/DrawColorStrip get
+exec}>>setpagedevice
+end"
+*End
+*TKColorControlStrip False/Off: "% Color Control Strip: Off "
+*?TKColorControlStrip: "% TKColorControlStrip
+ userdict /TekColorStripDict known {(True)}{(False)} ifelse = flush"
+*End
+*CloseUI: *TKColorControlStrip
+
+
+
+*% Font Information =====================
+*DefaultFont: Courier
+*Font ACaslon-Italic: Standard "(001.001)" Standard ROM
+*Font ACaslon-Regular: Standard "(001.001)" Standard ROM
+*Font ACaslon-Semibold: Standard "(001.001)" Standard ROM
+*Font ACaslon-SemiboldItalic: Standard "(001.001)" Standard ROM
+*Font AGaramond-Bold: Standard "(001.001)" Standard ROM
+*Font AGaramond-BoldItalic: Standard "(001.001)" Standard ROM
+*Font AGaramond-Italic: Standard "(001.001)" Standard ROM
+*Font AGaramond-Regular: Standard "(001.001)" Standard ROM
+*Font Americana: Standard "(001.000)" Standard ROM
+*Font Americana-ExtraBold: Standard "(001.000)" Standard ROM
+*Font AvantGarde-Book: Standard "(001.002)" Standard ROM
+*Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
+*Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
+*Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
+*Font Barmeno-Bold: Standard "(001.000)" Standard ROM
+*Font Barmeno-ExtraBold: Standard "(001.000)" Standard ROM
+*Font Barmeno-Medium: Standard "(001.000)" Standard ROM
+*Font Barmeno-Regular: Standard "(001.000)" Standard ROM
+*Font Blackoak: Standard "(001.001)" Standard ROM
+*Font Bookman-Demi: Standard "(001.003)" Standard ROM
+*Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
+*Font Bookman-Light: Standard "(001.003)" Standard ROM
+*Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
+*Font Carta: Special "(001.001)" Special ROM
+*Font Courier: Standard "(002.003)" Standard ROM
+*Font Courier-Bold: Standard "(002.003)" Standard ROM
+*Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
+*Font Courier-Oblique: Standard "(002.003)" Standard ROM
+*Font Formata-Italic: Standard "(001.001)" Standard ROM
+*Font Formata-Medium: Standard "(001.001)" Standard ROM
+*Font Formata-MediumItalic: Standard "(001.001)" Standard ROM
+*Font Formata-Regular: Standard "(001.001)" Standard ROM
+*Font Helvetica: Standard "(001.006)" Standard ROM
+*Font Helvetica-Bold: Standard "(001.007)" Standard ROM
+*Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
+*Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
+*Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
+*Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
+*Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
+*Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
+*Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
+*Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
+*Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
+*Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
+*Font Kaufmann: Standard "(001.000)" Standard ROM
+*Font Lithos-Black: Standard "(001.001)" Standard ROM
+*Font Lithos-Regular: Standard "(001.001)" Standard ROM
+*Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
+*Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
+*Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
+*Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
+*Font Palatino-Bold: Standard "(001.005)" Standard ROM
+*Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
+*Font Palatino-Italic: Standard "(001.005)" Standard ROM
+*Font Palatino-Roman: Standard "(001.005)" Standard ROM
+*Font Parisian: Standard "(001.001)" Standard ROM
+*Font ParkAvenue: Standard "(001.005)" Standard ROM
+*Font Poetica-SuppOrnaments: Special "(001.000)" Special ROM
+*Font Symbol: Special "(001.007)" Special ROM
+*Font Tekton: Standard "(001.001)" Standard ROM
+*Font Tekton-Bold: Standard "(001.000)" Standard ROM
+*Font Times-Bold: Standard "(001.007)" Standard ROM
+*Font Times-BoldItalic: Standard "(001.009)" Standard ROM
+*Font Times-Italic: Standard "(001.007)" Standard ROM
+*Font Times-Roman: Standard "(001.007)" Standard ROM
+*Font Trajan-Bold: Standard "(001.000)" Standard ROM
+*Font WoodtypeOrnaments-Two: Special "(001.002)" Special ROM
+*Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
+*Font ZapfDingbats: Special "(001.004)" Special ROM
+*?FontQuery: "
+ save
+ { count 1 gt
+ { exch dup 127 string cvs (/) print print (:) print
+ /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
+ } { exit } ifelse
+ } bind loop
+ (*) = flush restore"
+*End
+
+*?FontList: "
+ save (*) {cvn ==} 128 string /Font resourceforall
+ (*) = flush restore"
+*End
+
+*DefaultColorSep: ProcessBlack.60lpi.300x300dpi/60 lpi / 300x300 dpi
+
+*InkName: ProcessBlack/Process Black
+*InkName: CustomColor/Custom Color
+*InkName: ProcessCyan/Process Cyan
+*InkName: ProcessMagenta/Process Magenta
+*InkName: ProcessYellow/Process Yellow
+
+
+*% For 60 lpi / 300x300 dpi ===============================
+
+*ColorSepScreenAngle ProcessBlack.60lpi.300x300dpi/60 lpi / 300x300 dpi: "45.0"
+*ColorSepScreenAngle CustomColor.60lpi.300x300dpi/60 lpi / 300x300 dpi: "45.0"
+*ColorSepScreenAngle ProcessCyan.60lpi.300x300dpi/60 lpi / 300x300 dpi: "45.0"
+*ColorSepScreenAngle ProcessMagenta.60lpi.300x300dpi/60 lpi / 300x300 dpi: "45.0"
+*ColorSepScreenAngle ProcessYellow.60lpi.300x300dpi/60 lpi / 300x300 dpi: "45.0"
+
+*ColorSepScreenFreq ProcessBlack.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
+*ColorSepScreenFreq CustomColor.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
+*ColorSepScreenFreq ProcessCyan.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
+*ColorSepScreenFreq ProcessMagenta.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
+*ColorSepScreenFreq ProcessYellow.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
+
+*% The byte count of this file should be exactly 036732 or 038083
+*% depending on the filesystem it resides in.
+*% end of PPD file for Tektronix Phaser 380 Extended