home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / goodies / post / -postmanualfiles / disks / disk1 / fontutils / misc / jansontextosf-roman < prev    next >
Encoding:
Text File  |  1991-05-07  |  767 b   |  33 lines

  1. %!PS-Font: JansonTextOSF-Roman (Base font is JansonText-Roman
  2.  
  3. % This program builds a modified version of the base font with the standard
  4. % figures replaced by old style figures.  If you are downloading this be
  5. % sure to download the base font first.
  6.  
  7. 3 dict begin
  8. /basefont /JansonText-Roman findfont def
  9. /newfont basefont maxlength dict def
  10. basefont
  11. { exch dup /FID ne
  12.   { exch newfont 3 1 roll put }
  13.   { pop pop }
  14.   ifelse
  15. } forall
  16. newfont begin
  17. /Encoding StandardEncoding 256 array copy def
  18. mark
  19.  
  20. % +++ Beginning of codes to be modified
  21.  
  22. (----Replace this line with the contents of "ppextosf_encoding.ps".----) =
  23.  
  24. % +++ End of codes to be modified
  25.  
  26. counttomark 2 idiv
  27. { Encoding 3 1 roll put } repeat
  28. pop
  29. /JansonTextOSF-Roman currentdict definefont pop
  30. end
  31. end
  32.  
  33.