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
Wrap
Text File
|
1992-12-07
|
1KB
|
24 lines
% 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