home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / DVIPS54.ZIP / DVIPS / FINCLUDE.LPR < prev    next >
Text File  |  1990-11-25  |  439b  |  20 lines

  1. %!
  2. % Define tfm-name to be a dictionary of included fonts indexed by size:
  3. % /tfm-name  scaled-size1 /font-select1 ... scsize_k /fselect_k  k  fstore  -
  4. /fstore
  5. {
  6.    dup dict exch
  7.    {dup 4 2 roll put} repeat
  8.    def
  9. } bind def
  10.  
  11. /fshow            % (text to show)  tfm_name  scaled-size  fshow  -
  12. {
  13.    gsave
  14.    72 TeXDict /Resolution get div
  15.    -72 TeXDict /VResolution get div scale
  16.    get cvx exec
  17.    show
  18.    grestore
  19. }bind def
  20.