% Start Fax
% Begin of MH's definitions (modified by Martin Steppler 4.12.92)

mode_def FaxFine =              % Fax fine resolution (MH, 3.12.92)
 proofing:=0;                   % no, we're not making proofs
 fontmaking:=1;                 % yes, we are making a font
 tracingtitles:=0;              % no, don't show titles in the log
 pixels_per_inch:=216;          %
 blacker:=0;                    % don't make the pens any blacker
 fillin:=0;                     % and don't compensate for fillin
 o_correction:=.2;              % but suppress most overshoots
 enddef;
mode_def FaxNormal =            % Fax normal resolution (MH, 3.12.92)
 proofing:=0;                   % no, we're not making proofs
 fontmaking:=1;                 % yes, we are making a font
 tracingtitles:=0;              % no, don't show titles in the log
 pixels_per_inch:=216;          %
 blacker:=0;                    % don't make the pens any blacker
 fillin:=0;                     % and don't compensate for fillin
 o_correction:=.2;              % but suppress most overshoots
 aspect_ratio:=1/2;             % 108 dots/inch vertical
 enddef;

% End of MH's definitions
% Start JMA's Fax

mode_def GPFaxFine =            % GPFax fine resolution (JMA, 93.02.17)
 proofing:=0;                   % no, we're not making proofs
 fontmaking:=1;                 % yes, we are making a font
 tracingtitles:=0;              % no, don't show titles in the log
 pixels_per_inch:=216;          %
 blacker:=0;                    % don't make the pens any blacker
 fillin:=0;                     % and don't compensate for fillin
 o_correction:=.2;              % but suppress most overshoots
 aspect_ratio:=49/54;           % 196 dots/inch vertical
 enddef;
mode_def GPFaxNormal =          % GPFax normal resolution (JMA, 93.02.17)
 proofing:=0;                   % no, we're not making proofs
 fontmaking:=1;                 % yes, we are making a font
 tracingtitles:=0;              % no, don't show titles in the log
 pixels_per_inch:=216;          %
 blacker:=0;                    % don't make the pens any blacker
 fillin:=0;                     % and don't compensate for fillin
 o_correction:=.2;              % but suppress most overshoots
 aspect_ratio:=49/108;          % 98 dots/inch vertical
 enddef;

% End JMA's Fax
% End Fax
