home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / dist / text / tex / pastex / mf / inputs / mydevices.mf < prev    next >
Text File  |  1990-09-21  |  528b  |  32 lines

  1. mode_def previewer = % Amiga Previewer
  2.  proofing:=0;
  3.  fontmaking:=1;
  4.  tracingtitles:=0;
  5.  pixels_per_inch:=100;
  6.  blacker:=0;
  7.  fillin:=0;
  8.  o_correction:=.2;
  9.  enddef;
  10.  
  11. mode_def neclow =  % NEC P6 Low Resolution
  12.  proofing:=0;
  13.  fontmaking:=1;
  14.  tracingtitles:=0;
  15.  pixels_per_inch:=180;
  16.  blacker:=0;
  17.  fillin:=0;
  18.  o_correction:=.2;
  19.  enddef;
  20.  
  21. mode_def nechigh =  % NEC P6 High Resolution
  22.  proofing:=0;
  23.  fontmaking:=1;
  24.  tracingtitles:=0;
  25.  pixels_per_inch:=360;
  26.  blacker:=0;
  27.  fillin:=.2;
  28.  o_correction:=.6;
  29.  enddef;
  30.  
  31. localfont:=previewer;
  32.