home *** CD-ROM | disk | FTP | other *** search
- /MathScriptDict 50 dict def
- MathScriptDict begin
- /tf {ury exch sub} bind def
- /m {tf moveto} bind def
- /l {setlinewidth tf lineto stroke} bind def
- /L {tf lineto} bind def
- /s {show} bind def
- /ReEncode {
- findfont dup length dict begin
- {1 index /FID ne {def} {pop pop} ifelse} forall
- /Encoding exch def
- currentdict definefont pop
- end
- } def
- /Assign {
- findfont dup length dict begin
- {1 index /FID ne {def} {pop pop} ifelse} forall
- currentdict definefont pop
- end
- } def
- /S0 {/F0 findfont exch scalefont setfont} bind def
- /S1 {/F1 findfont exch scalefont setfont} bind def
- /S2 {/F2 findfont exch scalefont setfont} bind def
- /S3 {/F3 findfont exch scalefont setfont} bind def
- /S4 {/F4 findfont exch scalefont setfont} bind def
- /S5 {/F5 findfont exch scalefont setfont} bind def
- /S6 {/F6 findfont exch scalefont setfont} bind def
- /S7 {/F7 findfont exch scalefont setfont} bind def
- end
-