%% MODES UTILES

mode_def fontami=            % Micro-TeX, (maybe bitgraph and sun)
 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:=150;          % for the 120pxl fonts
 blacker:=.35;                  % make pens a bit blacker (Karl Berry's value)
 fillin:=.1;                    % and compensate for diagonal fillin
 o_correction:=.3;              % but don't overshoot much
 enddef;

mode_def neuf=            % Micro-TeX, (maybe bitgraph and sun)
 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:=120;          % for the 120pxl fonts
 blacker:=.35;                  % make pens a bit blacker (Karl Berry's value)
 fillin:=.1;                    % and compensate for diagonal fillin
 o_correction:=.3;              % but don't overshoot much
 enddef;






