home *** CD-ROM | disk | FTP | other *** search
- %
- % Terminal resolution is set to the maximal value 4095x4095. Don't be
- % afraid that your display monitor can't handle this great a screen;
- % These values are overridden by `screenheight' and `screenwidth' in
- % the configuration file `mfmemory.config'.
- %
- screen_rows:=4095; screen_cols:=4095;
-
- mode_def deskjet = % HP DeskJet 500
- proofing := 0;
- fontmaking := 1;
- tracingtitles := 0;
- pixels_per_inch := 300;
- blacker := 0;
- fillin := 0;
- o_correction := .6;
- enddef;
-
- mode_def epson = % Epson 240*216 dpi
- proofing := 0;
- fontmaking := 1;
- tracingtitles := 0;
- pixels_per_inch := 240;
- blacker := .3;
- fillin := .15;
- o_correction := .2;
- aspect_ratio := 9/10;
- enddef;
-
- mode_def previewer = % Amiga Previewer 100 dpi
- proofing := 0;
- fontmaking := 1;
- tracingtitles := 0;
- pixels_per_inch := 100;
- blacker := .2;
- fillin := .1;
- o_correction := .02;
- enddef;
-
- mode_def neclow = % NEC P20 180 dpi
- proofing:=0;
- fontmaking:=1;
- tracingtitles:=0;
- pixels_per_inch:=180;
- blacker:=0;
- fillin:=0;
- o_correction:=.2;
- enddef;
-
- mode_def nechigh = % NEC P20 360 dpi
- proofing:=0;
- fontmaking:=1;
- tracingtitles:=0;
- pixels_per_inch:=360;
- blacker:=0;
- fillin:=.2;
- o_correction:=.6;
- enddef;
-
- localfont:=nechigh;
-