home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3257.dms / 3257.adf / Other / PasFax.lzh / PasFax / inputs / PasTeX-modes.mf
Text File  |  1992-12-07  |  1KB  |  24 lines

  1. % Begin of MH's definitions (modified by Martin Steppler 4.12.92)
  2.  
  3. mode_def FaxFine =              % Fax fine resolution (MH, 3.12.92)
  4.  proofing:=0;                   % no, we're not making proofs
  5.  fontmaking:=1;                 % yes, we are making a font
  6.  tracingtitles:=0;              % no, don't show titles in the log
  7.  pixels_per_inch:=216;          %
  8.  blacker:=0;                    % don't make the pens any blacker
  9.  fillin:=0;                     % and don't compensate for fillin
  10.  o_correction:=.2;              % but suppress most overshoots
  11.  enddef;
  12. mode_def FaxNormal =            % Fax normal resolution (MH, 3.12.92)
  13.  proofing:=0;                   % no, we're not making proofs
  14.  fontmaking:=1;                 % yes, we are making a font
  15.  tracingtitles:=0;              % no, don't show titles in the log
  16.  pixels_per_inch:=216;          %
  17.  blacker:=0;                    % don't make the pens any blacker
  18.  fillin:=0;                     % and don't compensate for fillin
  19.  o_correction:=.2;              % but suppress most overshoots
  20.  aspect_ratio:=1/2;             % 108 dots/inch vertical
  21.  enddef;
  22.  
  23. % End of MH's definitions
  24.