2003-10-13 23:22:02 +00:00
|
|
|
mftrace is a small Python program that lets you trace a TeX bitmap font into
|
2007-02-26 16:23:35 +00:00
|
|
|
a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font.
|
2002-06-02 17:03:02 +00:00
|
|
|
|
2007-02-26 16:23:35 +00:00
|
|
|
Scalable fonts offer many advantages over bitmaps, as they allow documents
|
|
|
|
to render correctly at many printer resolutions. Moreover, Ghostscript can
|
|
|
|
generate much better PDF, if given scalable PostScript fonts.
|
2002-06-02 17:03:02 +00:00
|
|
|
|
2007-02-26 16:23:35 +00:00
|
|
|
WWW: http://lilypond.org/mftrace/
|