% 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