lilypond-devel
[Top][All Lists]
Advanced

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

Re: blotting


From: Mats Bengtsson
Subject: Re: blotting
Date: Mon, 04 Feb 2002 14:42:59 +0100

> address@hidden writes:
> > > Note that the blotting does work more or less at 600 dpi -- run
> > > 
> > >   mf "\nonstopmode; mode:=ljfive; input feta20.mf;"
> > >   gftodvi feta20.600gf
> > 
> > This is very odd.
> > If you use ljfour instead of ljfive it does not work at all (i.e. no 
> > roundings
> > at all)
> > Does anybody have an explanation of this?

From $TEXMF/metafont/misc/modes.mf

mode_def ljfour =                   %\[ HP LaserJet 4 (600dpi)
  mode_param (pixels_per_inch, 600);
  mode_param (blacker, .25);
  mode_param (fillin, 0);
  mode_param (o_correction, 1);
  mode_common_setup_;
enddef;

mode_def ljfive =                   %\[ HP LaserJet 5 (600dpi)
  mode_param (pixels_per_inch, 600);
  mode_param (blacker, .75);
  mode_param (fillin, .3);
  mode_param (o_correction, 1);
  mode_common_setup_;
enddef;

As Han-Wen said, it's time to buy the MF book to figure out
what this means.

   /Mats





reply via email to

[Prev in Thread] Current Thread [Next in Thread]