[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mode def for new printer



We have bought a Tektronix Phaser 350 colour laser printer, and I could
find no entry for this in the latest modes-3.2.mf. After some
experimenting, I decided that the following parameters were the best I
could find. It is too fat at small sizes (5 pt) but looks OK for 8pt
and more.

						Dag Langmyhr


% Tektronix Phaser 350 is a 600-by-300 colour wax printer.
mode_def phascccx =
  mode_param (pixels_per_inch, 600);
  mode_param (aspect_ratio, 300/pixels_per_inch);
  mode_param (blacker, 0);
  mode_param (fillin, 0);
  mode_param (o_correction, .6);
  mode_common_setup_;
enddef;

%%\bye