1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: mftrace
Section: tex
Priority: extra
Maintainer: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper (>= 9.0), python (>= 2.6.6-14), dh-autoreconf, potrace, texlive-fonts-recommended, texlive-base, t1utils, fontforge
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 4.0.0
Package: mftrace
Architecture: any
Depends: ${python:Depends}, potrace, t1utils, texlive-base-bin, ${shlibs:Depends}, ${misc:Depends}
Suggests: fontforge, ghostscript
Description: Converts Metafont fonts into Type1 fonts
mftrace is a small Python program that lets you trace a TeX bitmap
font (a METAFONT font) into a PFA or PFB font (A PostScript Type1
Scalable Font).
.
Type1 fonts offer many advantages over bitmaps, as they allow
PostScript files to render correctly on printers with many resolutions.
Moreover, Ghostscript can generate much better PDF, if given scalable
fonts.
|