> 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
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel