home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / sbmf13.zip / MF / MFINPUTS / LOCAL.MF next >
Text File  |  1992-05-13  |  646b  |  24 lines

  1. input modes;
  2. % Remove the comment `%' from exactly one screen mode below or specify your own.
  3. %screen_rows:=350; screen_cols:=640; % EGA
  4. %screen_rows:=480; screen_cols:=640; % VGA
  5. %screen_rows:=348; screen_cols:=720; % HERC
  6.  
  7. % You may wish to modify the macro below for your graphics hardware.
  8. def openit = openwindow currentwindow %
  9. from origin to (screen_rows,screen_cols) at (-0.15screen_cols,0.75screen_rows);
  10. enddef;
  11.  
  12. % Include additional modes here:
  13.  
  14. mode_def cdvi =
  15.  lowres_;
  16.  pixels_per_inch:=108;
  17.  blacker:=0;
  18.  enddef;
  19.  
  20. localfont:=imagen;  % adapt to your printing device
  21.  
  22. base_version := base_version & "local";
  23.  
  24.