home *** CD-ROM | disk | FTP | other *** search
- %!PS-Font: JansonTextOSF-Roman (Base font is JansonText-Roman
-
- % This program builds a modified version of the base font with the standard
- % figures replaced by old style figures. If you are downloading this be
- % sure to download the base font first.
-
- 3 dict begin
- /basefont /JansonText-Roman findfont def
- /newfont basefont maxlength dict def
- basefont
- { exch dup /FID ne
- { exch newfont 3 1 roll put }
- { pop pop }
- ifelse
- } forall
- newfont begin
- /Encoding StandardEncoding 256 array copy def
- mark
-
- % +++ Beginning of codes to be modified
-
- (----Replace this line with the contents of "ppextosf_encoding.ps".----) =
-
- % +++ End of codes to be modified
-
- counttomark 2 idiv
- { Encoding 3 1 roll put } repeat
- pop
- /JansonTextOSF-Roman currentdict definefont pop
- end
- end
-
-