diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 20:00:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:37 +0200 |
commit | ab1943dd08746f7c93f00734aab161b037376093 (patch) | |
tree | aab0775d4bbfe68e903edfd998af2d600cb9d595 /graphics/mftrace/README | |
parent | fe1c441084e1640d249d012e3271226dfbe10b46 (diff) | |
download | slackbuilds-ab1943dd08746f7c93f00734aab161b037376093.tar.gz |
graphics/mftrace: Added to 12.0 repository
Diffstat (limited to 'graphics/mftrace/README')
-rw-r--r-- | graphics/mftrace/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/mftrace/README b/graphics/mftrace/README new file mode 100644 index 0000000000..8184ddb29a --- /dev/null +++ b/graphics/mftrace/README @@ -0,0 +1,14 @@ +Mftrace is a small Python program that lets you trace a TeX bitmap 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. + +Dependencies: +* A tracing program + autotrace >= 0.30 (http://autotrace.sourceforge.net) + or potrace (http://potrace.sourceforge.net) + Potrace is recommended as it runs quicker than autotrace, and it is + also available from SlackBuilds.org. +* t1utils (also available at SlackBuilds.org) +* FontForge is recommended. |