lilypond-devel
[Top][All Lists]
Advanced

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

Re: replacing mftrace with mf2pt1


From: Werner LEMBERG
Subject: Re: replacing mftrace with mf2pt1
Date: Wed, 02 Jan 2008 09:33:50 +0100 (CET)

> How do the char metrics go into mf2pt1?  Specifically: how does the
> negative width of the bbox enter the pfb file?

In macro set_char_box (in feta-autometric.mf) there is this code:

  special "% MF2PT1: glyph_dimensions "
          & to_bp (-b) & " "
          & to_bp (-d) & " "
          & to_bp (w) & " "
          & to_bp (h);
  special "% MF2PT1: font_size " & decimal designsize;
  special "% MF2PT1: font_slant " & decimal font_slant_;

mf2pt1 parses this in the (temporary) MetaPost output while creating
the Type 1 font.

> Currently, mftrace reads them from an AFM file, which is generated
> from the log files.

mf2pt1 doesn't need this.

> If you want to experiment, see
> 
>   stepmake/stepmake/metafont-*.make
> 
> for make file rules involved.

Experiment with what?


     Werner




reply via email to

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