⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 javamail-1.2.ps

📁 100多M的J2EE培训内容
💻 PS
📖 第 1 页 / 共 5 页
字号:
			/DataSource {cf is readhexstring pop} bind def			/BitsPerComponent depth def			/Decode [0 255] def		end image		} ifelse	bitmapsave restore 	grestore	} bind def/BITMAPCOLORc { 	/depth 8 def	gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def 	fMLevel1 {			colorsetup		/is im 0 lb getinterval def 		ws 0 lb getinterval is copy pop 		/cf currentfile def 		width height depth [width 0 0 height neg 0 height] 		{ip} {is} {is} true 3 colorimage	} {		colorSetup2		/is im 0 lb getinterval def 		ws 0 lb getinterval is copy pop 		/cf currentfile def 		7 dict dup begin			/ImageType 1 def			/Width width def			/Height height def			/ImageMatrix [width 0 0 height neg 0 height] def			/DataSource {ip} bind def			/BitsPerComponent depth def			/Decode [0 255] def		end image		} ifelse	bitmapsave restore 	grestore	} bind def/BITMAPTRUECOLORc { 	/depth 24 def        gsave 		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def         	/is im 0 lb getinterval def		/ris im 0 width getinterval def		/gis im width width getinterval def		/bis im width 2 mul width getinterval def         	ws 0 lb getinterval is copy pop 	/cf currentfile def 	width height 8 [width 0 0 height neg 0 height] 	{width rip pop ris} {gis} {bis} true 3 colorimage	bitmapsave restore 	grestore	} bind def/BITMAPCMYKc { 	/depth 32 def        gsave 		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if 	/bitmapsave save def         	/is im 0 lb getinterval def		/cis im 0 width getinterval def		/mis im width width getinterval def		/yis im width 2 mul width getinterval def 	/kis im width 3 mul width getinterval def         	ws 0 lb getinterval is copy pop 	/cf currentfile def 	width height 8 [width 0 0 height neg 0 height] 	{width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage	bitmapsave restore 	grestore	} bind def/BITMAPTRUECOLOR {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /gis width string def        /bis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop }         { cf gis readhexstring pop }         { cf bis readhexstring pop }         true 3 colorimage         bitmapsave restore         grestore        } bind def/BITMAPCMYK {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /mis width string def        /yis width string def        /kis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop }         { cf mis readhexstring pop }         { cf yis readhexstring pop }         { cf kis readhexstring pop }         true 4 colorimage         bitmapsave restore         grestore        } bind def/BITMAPTRUEGRAYc { 	/depth 24 def        gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if         /bitmapsave save def         	/is im 0 lb getinterval def		/ris im 0 width getinterval def		/gis im width width getinterval def		/bis im width 2 mul width getinterval def         ws 0 lb getinterval is copy pop         /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         {width rip pop ris gis bis width gray} image        bitmapsave restore         grestore        } bind def/BITMAPCMYKGRAYc { 	/depth 32 def        gsave		3 index 2 div add exch		4 index 2 div add exch		translate			rotate				1 index 2 div neg		1 index 2 div neg		translate			scale				/height exch def /width exch def	/lb width depth wbytes def 	sl lb lt {lb ms} if         /bitmapsave save def         	/is im 0 lb getinterval def		/cis im 0 width getinterval def		/mis im width width getinterval def		/yis im width 2 mul width getinterval def 	/kis im width 3 mul width getinterval def         ws 0 lb getinterval is copy pop         /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         {width rip pop cis mis yis kis width cgray} image        bitmapsave restore         grestore        } bind def/cgray {         /ww exch def        /k exch def        /y exch def        /m exch def        /c exch def        0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB				.144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add				c i 3 -1 roll floor cvi put } for        c 		} bind def/gray {         /ww exch def        /b exch def        /g exch def        /r exch def        0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul			b i get .114 mul add add r i 3 -1 roll floor cvi put } for        r        } bind def/BITMAPTRUEGRAY {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /gis width string def        /bis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop           cf gis readhexstring pop           cf bis readhexstring pop width gray}  image        bitmapsave restore         grestore        } bind def/BITMAPCMYKGRAY {         gsave				3 index 2 div add exch			4 index 2 div add exch			translate				rotate					1 index 2 div neg			1 index 2 div neg			translate				scale					/height exch def /width exch def        /bitmapsave save def         /is width string def        /yis width string def        /mis width string def        /kis width string def        /cf currentfile def         width height 8 [width 0 0 height neg 0 height]         { cf is readhexstring pop           cf mis readhexstring pop           cf yis readhexstring pop           cf kis readhexstring pop width cgray}  image        bitmapsave restore         grestore        } bind def/BITMAPGRAY { 	8 {fakecolorsetup} COMMONBITMAP	} bind def/BITMAPGRAYc { 	8 {fakecolorsetup} COMMONBITMAPc	} bind def/ENDBITMAP {	} bind defend 	/ALDmatrix matrix def ALDmatrix currentmatrix pop/StartALD {	/ALDsave save def	 savematrix	 ALDmatrix setmatrix	} bind def/InALD {	 restorematrix	} bind def/DoneALD {	 ALDsave restore	} bind def/I { setdash } bind def/J { [] 0 setdash } bind def%%EndProlog%%BeginSetup(5.5) FMVERSION1 1 0 0 612 792 0 1 57 FMDOCUMENT%%IncludeFont: Palatino-BoldItalic0 0 /Palatino-BoldItalic FMFONTDEFINE%%IncludeFont: Palatino-Roman1 0 /Palatino-Roman FMFONTDEFINE%%IncludeFont: Palatino-Italic2 0 /Palatino-Italic FMFONTDEFINE%%IncludeFont: Palatino-Bold3 0 /Palatino-Bold FMFONTDEFINE%%IncludeFont: Courier4 0 /Courier FMFONTDEFINE%%IncludeFont: Times-Bold5 0 /Times-Bold FMFONTDEFINE%%IncludeFont: ZapfDingbats6 1 /ZapfDingbats FMFONTDEFINE%%IncludeFont: Helvetica7 0 /Helvetica FMFONTDEFINE%%IncludeFont: Times-Roman8 0 /Times-Roman FMFONTDEFINE%%IncludeFont: Helvetica-Bold9 0 /Helvetica-Bold FMFONTDEFINE%%IncludeFont: Helvetica-BoldOblique10 0 /Helvetica-BoldOblique FMFONTDEFINE%%IncludeFont: Courier-Oblique11 0 /Courier-Oblique FMFONTDEFINE%%IncludeFont: Helvetica-Oblique12 0 /Helvetica-Oblique FMFONTDEFINE%%IncludeFont: Courier-Bold13 0 /Courier-Bold FMFONTDEFINE%%IncludeFont: Courier-BoldOblique14 0 /Courier-BoldOblique FMFONTDEFINE%%IncludeFont: Times-Italic15 0 /Times-Italic FMFONTDEFINE%%IncludeFont: Times-BoldItalic16 0 /Times-BoldItalic FMFONTDEFINE32 FMFILLS0 0 FMFILL1 0.1 FMFILL2 0.3 FMFILL3 0.5 FMFILL4 0.7 FMFILL5 0.9 FMFILL6 0.97 FMFILL7 1 FMFILL8 <0f1e3c78f0e1c387> FMFILL9 <0f87c3e1f0783c1e> FMFILL10 <cccccccccccccccc> FMFILL11 <ffff0000ffff0000> FMFILL12 <8142241818244281> FMFILL13 <03060c183060c081> FMFILL14 <8040201008040201> FMFILL16 1 FMFILL17 0.9 FMFILL18 0.7 FMFILL19 0.5 FMFILL20 0.3 FMFILL21 0.1 FMFILL22 0.03 FMFILL23 0 FMFILL24 <f0e1c3870f1e3c78> FMFILL25 <f0783c1e0f87c3e1> FMFILL26 <3333333333333333> FMFILL27 <0000ffff0000ffff> FMFILL28 <7ebddbe7e7dbbd7e> FMFILL29 <fcf9f3e7cf9f3f7e> FMFILL30 <7fbfdfeff7fbfdfe> FMFILL%%EndSetup%%Page: "1" 1%%BeginPaperSize: Letter%%EndPaperSize612 792 0 FMBEGINPAGE0 FrameSetSepColors[/Creator (FrameMaker 5.5.6.)/CreationDate (D:19980211141331)/ModDate (D:20000907164243)/DOCINFO FmPD2FrameNoSep0 0 0 1 0 0 0 1 KJ-9 27 621 765 C[/Creator(FrameMaker xm5.5.6p145)/DOCINFO FmPD2[/CropBox[36 72 FmDC 576 720 FmDC FmBx]/PAGE FmPD[/Dest/P.1/DEST FmPD2[/Dest/F1/DEST FmPD2[/Dest/L1/DEST FmPD20.6 0.6 0 0 0.4 0.4 1 1 K18 667 594 738 R0 XV0 0 0 1 0 0 0 1 K0 0 0 0 1 1 1 1 K0 9 Q7 X0.09 (1) 535.41 687 S0 0 0 1 0 0 0 1 K66 696/G1.35775 FmPA66 110/G1.35776 FmPA0.6 0.6 0 0 0.4 0.4 1 1 K1 42 Q0 X-0.84 (JavaMail) 72 621 S1 19.2 Q-0.38 (TM) 230.18 630.6 S1 42 Q-0.84 (API) 268.04 621 S0 0 0 1 0 0 0 1 K66 663/G1.35845 FmPA0.6 0.6 0 0 0.4 0.4 1 1 K-0.84 (Design) 72 579 S-0.84 (Specif) 206.11 579 S-0.84 (ication) 312.54 579 S0 0 0 1 0 0 0 1 K0.6 0.6 0 0 0.4 0.4 1 1 K2 24 Q-0.48 (V) 72 531 S-0.48 (ersion) 86.64 531 S-0.48 (1.2) 147.41 531 S0 0 0 1 0 0 0 1 K66 555/G1.35846 FmPA66 518/G1.34433 FmPA72 120 540 371 C0 0 0 1 0 0 0 1 K3 9.5 Q0 X0.09 (Sun) 132 181.67 S0.09 (Microsystems,) 152.66 181.67 S0.09 (Inc.) 219.39 181.67 S66 191/G1.35858 FmPA1 F0.09 (901) 132 170.17 S0.09 (San) 149.5 170.17 S0.09 (Antonio) 168.01 170.17 S0.09 (Road) 206.33 170.17 S0.09 (Palo) 132 158.67 S0.09 (Alto,) 153.78 158.67 S0.09 (CA) 178.04 158.67 S0.09 (94303) 195.32 158.67 S0.09 (USA) 222.51 158.67 S0.09 (650) 132 147.17 S0.09 (960-1300) 149.5 147.17 S0.09 (fax) 201.11 147.17 S0.09 (650) 217.18 147.17 S0.09 (969-9131) 234.68 147.17 S0.09 (Send) 154.19 364.67 S0.09 (feedback) 178.4 364.67 S0.09 (to) 219.7 364.67 S4 F(javamail@sun.com) 231.14 364.67 T69 374/G1.35859 FmPA238 193 331.75 301.15 R7 XV0 0 0 586 676 93.75 108.15 238 193 FMBEGINEPSF%%BeginDocument: <inline>%!PS-Adobe-2.0 EPSF-1.2
%%Title: Java.Color/White 02
%%Creator: FreeHand 7.0
%%CreationDate: 3/16/98 4:49 PM
%%BoundingBox: 0 0 586 676
%%FHPathName:YankeeDogWorkshop:Documents:image bank:Java logo:Java.Color/White 02
%ALDOriginalFile:YankeeDogWorkshop:Documents:image bank:Java logo:Java.Color/White 02
%ALDBoundingBox: -16 -52 596 740
%%FHPageNum:1
%%DocumentSuppliedResources: procset Altsys_header 4 0
%%ColorUsage: Color
%%DocumentCustomColors: (PANTONE 485 CV)
%%+ (PANTONE 2665 CV)
%%CMYKCustomColor: 0 1 0.91 0 (PANTONE 485 CV)
%%+ 0.79 0.76 0 0 (PANTONE 2665 CV)
%%EndComments
%%BeginResource: procset Altsys_header 4 0
userdict begin /AltsysDict 245 dict def end
AltsysDict begin
/bdf{bind def}bind def
/xdf{exch def}bdf
/defed{where{pop true}{false}ifelse}bdf
/ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf
/d{setdash}bdf
/h{closepath}bdf
/H{}bdf
/J{setlinecap}bdf
/j{setlinejoin}bdf
/M{setmiterlimit}bdf
/n{newpath}bdf
/N{newpath}bdf
/q{gsave}bdf
/Q{grestore}bdf
/w{setlinewidth}bdf
/sepdef{
 dup where not
 {
AltsysSepDict
 }
 if 
 3 1 roll exch put
}bdf
/st{settransfer}bdf
/colorimage defed /_rci xdf
/_NXLevel2 defed { 
 _NXLevel2 not {   
/colorimage where {
userdict eq {
/_rci false def 
} if
} if
 } if
} if
/md defed{ 
 md type /dicttype eq {  
/colorimage where { 
md eq { 
/_rci false def 
}if
}if
/settransfer where {
md eq {
/st systemdict /settransfer get def
}if
}if
 }if 
}if
/setstrokeadjust defed
{
 true setstrokeadjust
 /C{curveto}bdf
 /L{lineto}bdf
 /m{moveto}bdf
}
{
 /dr{transform .25 sub round .25 add 
exch .25 sub round .25 add exch itransform}bdf
 /C{dr curveto}bdf
 /L{dr lineto}bdf
 /m{dr moveto}bdf
 /setstrokeadjust{pop}bdf 
}ifelse
/rectstroke defed /xt xdf
xt {/yt save def} if
/privrectpath { 
 4 -2 roll m
 dtransform round exch round exch idtransform 
 2 copy 0 lt exch 0 lt xor
 {dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto}
 {exch dup 0 rlineto exch 0 exch rlineto neg 0 rlineto}
 ifelse
 closepath
}bdf
/rectclip{newpath privrectpath clip newpath}def
/rectfill{gsave newpath privrectpath fill grestore}def
/rectstroke{gsave newpath privrectpath stroke grestore}def
xt {yt restore} if
/_fonthacksave false def
/currentpacking defed 
{
 /_bfh {/_fonthacksave currentpacking def false setpacking} bdf
 /_efh {_fonthacksave setpacking} bdf
}
{
 /_bfh {} bdf
 /_efh {} bdf
}ifelse
/packedarray{array astore readonly}ndf
/` 
{ 
 false setoverprint  
 
 
 /-save0- save def
 5 index concat
 pop
 storerect left bottom width height rectclip
 pop
 
 /MMdict_count countdictstack def
 /MMop_count count 1 sub def
 userdict begin
 
 /showpage {} def
 
 0 setgray 0 setlinecap 1 setlinewidth
 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
 
} bdf
/currentpacking defed{true setpacking}if
/min{2 copy gt{exch}if pop}bdf
/max{2 copy lt{exch}if pop}bdf
/xformfont { currentfont exch makefont setfont } bdf
/fhnumcolors 1 
 statusdict begin
/processcolors defed 
{
pop processcolors
}
{
/deviceinfo defed {
deviceinfo /Colors known {
pop deviceinfo /Colors get
} if
} if
} ifelse
 end 
def
/printerRes 
 gsave
 matrix defaultmatrix setmatrix
 72 72 dtransform
 abs exch abs
 max
 grestore
 def
/graycalcs
[
 {Angle Frequency}   
 {GrayAngle GrayFrequency} 
 {0 Width Height matrix defaultmatrix idtransform 
dup mul exch dup mul add sqrt 72 exch div} 
 {0 GrayWidth GrayHeight matrix defaultmatrix idtransform 
dup mul exch dup mul add sqrt 72 exch div} 
] def
/calcgraysteps {
 forcemaxsteps
 {
maxsteps
 }
 {
/currenthalftone defed
{currenthalftone /dicttype eq}{false}ifelse
{
currenthalftone begin
HalftoneType 4 le
{graycalcs HalftoneType 1 sub get exec}
{
HalftoneType 5 eq
{
Default begin
{graycalcs HalftoneType 1 sub get exec}
end
}
{0 60} 
ifelse
}
ifelse
end
}
{
currentscreen pop exch 
}
ifelse
 
printerRes 300 max exch div exch 
2 copy 
sin mul round dup mul 
3 1 roll 
cos mul round dup mul 
add 1 add 
dup maxsteps gt {pop maxsteps} if 
dup minsteps lt {pop minsteps} if 
 }
 ifelse
} bdf
/nextrelease defed { 
 /languagelevel defed not {    
/framebuffer defed { 
0 40 string framebuffer 9 1 roll 8 {pop} repeat
dup 516 eq exch 520 eq or
{
/fhnumcolors 3 def
/currentscreen {60 0 {pop pop 1}}bdf
/calcgraysteps {maxsteps} bdf
}if
}if
 }if
}if
fhnumcolors 1 ne {
 /calcgraysteps {maxsteps} bdf
} if
/currentpagedevice defed {
 
 
 currentpagedevice /PreRenderingEnhance known
 {
currentpagedevice /PreRenderingEnhance get
{
/calcgraysteps 
{
forcemaxsteps 
{maxsteps}
{256 maxsteps min}
ifelse
} def
} if
 } if
} if
/gradfrequency 144 def
printerRes 1000 lt {
 /gradfrequency 72 def
} if
/adjnumsteps {
 
 dup dtransform abs exch abs max  
 
 printerRes div       
 
 gradfrequency mul      
 round        
 5 max       
 min        
}bdf
/goodsep {
 spots exch get 4 get dup sepname eq exch (_vc_Registration) eq or
}bdf
/BeginGradation defed
{/bb{BeginGradation}bdf}
{/bb{}bdf}
ifelse
/EndGradation defed
{/eb{EndGradation}bdf}
{/eb{}bdf}
ifelse
/bottom -0 def 
/delta -0 def 
/frac -0 def 
/height -0 def 
/left -0 def 
/numsteps1 -0 def 
/radius -0 def 
/right -0 def 
/top -0 def 
/width -0 def 
/xt -0 def 
/yt -0 def 
/df currentflat def 
/tempstr 1 string def 
/clipflatness currentflat def 
/inverted? 
 0 currenttransfer exec .5 ge def
/tc1 [0 0 0 1] def 
/tc2 [0 0 0 1] def 
/storerect{/top xdf /right xdf /bottom xdf /left xdf 
/width right left sub def /height top bottom sub def}bdf
/concatprocs{
 systemdict /packedarray known 
 {dup type /packedarraytype eq 2 index type /packedarraytype eq or}{false}ifelse
 { 
/proc2 exch cvlit def /proc1 exch cvlit def
proc1 aload pop proc2 aload pop
proc1 length proc2 length add packedarray cvx
 }
 { 
/proc2 exch cvlit def /proc1 exch cvlit def
/newproc proc1 length proc2 length add array def
newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval
newproc cvx
 }ifelse
}bdf
/i{dup 0 eq
 {pop df dup} 
 {dup} ifelse 
 /clipflatness xdf setflat
}bdf
version cvr 38.0 le
{/setrgbcolor{
currenttransfer exec 3 1 roll
currenttransfer exec 3 1 roll
currenttransfer exec 3 1 roll
setrgbcolor}bdf}if
/vms {/vmsv save def} bdf
/vmr {vmsv restore} bdf
/vmrs{vmsv restore /vmsv save def}bdf
/eomode{ 
 {/filler /eofill load def /clipper /eoclip load def}
 {/filler /fill load def /clipper /clip load def}
 ifelse
}bdf
/normtaper{}bdf
/logtaper{9 mul 1 add log}bdf
/CD{
 /NF exch def 
 {    
exch dup 
/FID ne 1 index/UniqueID ne and
{exch NF 3 1 roll put}
{pop pop}
ifelse
 }forall 
 NF
}bdf
/MN{
 1 index length   
 /Len exch def 
 dup length Len add  
 string dup    
 Len     
 4 -1 roll    
 putinterval   
 dup     
 0      
 4 -1 roll   
 putinterval   
}bdf
/RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch
 {1 index MN cvn/NewN exch def cvn
 findfont dup maxlength dict CD dup/FontName NewN put dup
 /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf
/RF{ 
 dup      
 FontDirectory exch   
 known     
 {pop 3 -1 roll pop}  
 {RC}
 ifelse
}bdf
/FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known
 {exch pop findfont 3 -1 roll pop}
 {pop dup findfont dup maxlength dict CD dup dup
 /Encoding exch /Encoding get 256 array copy 7 -1 roll 
 {3 -1 roll dup 4 -2 roll put}forall put definefont}
 ifelse}bdf
/RCJ{4 -1 roll 
 /ourvec xdf    
 256 string cvs   
 (|______) anchorsearch
 {pop    
cvn 
dup FDFJ 
exch 
1 index 
eq 
{
_bfh findfont _efh 
dup 
maxlength dict 
CD 
dup 
/FontName 
3 index 
put 
dup 
/Encoding ourvec put 
1 index 
exch 
definefont 
pop 
}
{exch pop} 
ifelse
 }
 {pop}    
 ifelse
}bdf
/RFJ{ 
 dup      
 FontDirectory exch   
 known     
 {pop 3 -1 roll pop}  
 {RCJ} 
 ifelse
}bdf
/hasfont
{
 /resourcestatus where 
 {
pop 
/Font resourcestatus
{ 
pop pop true
}
{ 
false
}
ifelse
 }
 {
dup FontDirectory exch known
{pop true}
{
256 string
cvs
(fonts/) exch MN
status
{pop pop pop pop true}
{false}
ifelse
}
ifelse
 }
 ifelse
}bdf
/FDFJ
{
 dup   
 hasfont  
 not   
 {   
pop
/Ryumin-Light-83pv-RKSJ-H
hasfont 
{
/Ryumin-Light-83pv-RKSJ-H
}
{
/Courier
}
ifelse 
 }
 if
}bdf
/FFJ{
 _bfh
 dup     
 256 string cvs  
 (|______)exch MN 
 cvn     
 dup     
 FontDirectory
 exch known   
 {     
exch 
pop 
findfont 
3 -1 roll 
pop 
 }
 {     
pop 
FDFJ 
dup findfont 
dup maxlength dict 
CD 
dup dup 
/Encoding exch 
/Encoding get 
256 array copy 
7 -1 roll 
{ 
3 -1 roll 
dup 
4 -2 roll 
put 
}forall
put 
definefont 
 }
 ifelse
 _efh
}bdf
/fps{
 currentflat   
 exch     
 dup 0 le{pop 1}if 
 {
dup setflat 3 index stopped
{1.3 mul dup 3 index gt{pop setflat pop pop stop}if} 
{exit} 
ifelse
 }loop 
 pop setflat pop pop
}bdf
/fp{100 currentflat fps}bdf
/clipper{clip}bdf 
/W{/clipper load 100 clipflatness dup setflat fps}bdf
userdict begin /BDFontDict 29 dict def end
BDFontDict begin
/bu{}def
/bn{}def
/setTxMode{av 70 ge{pop}if pop}def
/gm{m}def
/show{pop}def
/gr{pop}def
/fnt{pop pop pop}def
/fs{pop}def
/fz{pop}def
/lin{pop pop}def
/:M {pop pop} def
/sf {pop} def
/S {pop} def
/@b {pop pop pop pop pop pop pop pop} def
/_bdsave /save load def
/_bdrestore /restore load def
/save { dup /fontsave eq {null} {_bdsave} ifelse } def
/restore { dup null eq { pop } { _bdrestore } ifelse } def
/fontsave null def
end
/MacVec 256 array def 
MacVec 0 /Helvetica findfont
/Encoding get 0 128 getinterval putinterval
MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put
/NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI
/DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US
MacVec 0 32 getinterval astore pop
/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
/registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
/infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
/product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash 
/questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
/guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe
/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
/daggerdbl/periodcentered/quotesinglbase/quotedblbase
/perthousand/Acircumflex/Ecircumflex/Aacute
/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
/apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
MacVec 128 128 getinterval astore pop
/findheaderfont {
 /Helvetica findfont 
} def
end %. AltsysDict
%%EndResource
%%EndProlog
%%BeginSetup
AltsysDict begin
_bfh 
_efh 
end %. AltsysDict
%%EndSetup
AltsysDict begin 
/onlyk4{false}ndf

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -