% Date: Fri 25 Apr 86 15:13:30-PST % From: Pierre MacKay % Subject: Re: metafont mode for LaserWriters % symbolics mode: for the Symbolics LGP-10 at 240 pixels per inch mode_def symbolics = proofing:=0; % no, we're not making proofs fontmaking:=1; % yes, we are making a font tracingtitles:=0; % no, don't show titles at all pixels_per_inch:=240; % the old Canon engine at 240/inch blacker:=.25; % make pens a bit blacker fillin:=.15; % compensate for diagonal fillin o_correction:=.4; % but don't overshoot as much enddef; % Adobe mode: for the Laser-writer at 300 pixels per inch mode_def adobe = proofing:=0; % no, we're not making proofs fontmaking:=1; % yes, we are making a font tracingtitles:=0; % no, don't show titles at all pixels_per_inch:=300; % the new Canon engine at 300/inch blacker:=.25; % make pens a bit blacker fillin:=.15; % compensate for diagonal fillin o_correction:=.4; % but don't overshoot as much enddef; localfont:=symbolics; % the mode most commonly used to make fonts % It is customary to input another file to supplement the PLAIN base. % This supplementary file adds analogous modes, corresponding to % local output devices, and it redefines `localfont' as appropriate. % The values of screen_rows and screen_cols should also be updated. % The auxiliary file should set base_version:=base_version&"/localname". % Remember that the present file PLAIN.MF should not be changed; % all local changes should be confined to a separate file.