diff options
author | pav <pav@FreeBSD.org> | 2005-07-29 17:24:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-29 17:24:29 +0800 |
commit | 145f52cd69057a89f1aad2edc747ed010b8c7585 (patch) | |
tree | ffac5066f570ecdd3c503275aa5153a52d8d1caa /print/Makefile | |
parent | 51f4f8daf64e2063b2b5024f2b33d7f6e8421e87 (diff) | |
download | freebsd-ports-gnome-145f52cd69057a89f1aad2edc747ed010b8c7585.tar.gz freebsd-ports-gnome-145f52cd69057a89f1aad2edc747ed010b8c7585.tar.zst freebsd-ports-gnome-145f52cd69057a89f1aad2edc747ed010b8c7585.zip |
This includes some tools that are in FreeType 1's contrib directory.
ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format.
ttf2pk: A simple conversion tool to bring TrueType quality to the
TeX world.
ttf2bdf: Produce bitmapped fonts from TrueType files for your X11
applications.
PR: ports/84282
Submitted by: Rong-En Fan <rafan@infor.org>
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index f5342ad99c0d..daa8dddf1fed 100644 --- a/print/Makefile +++ b/print/Makefile @@ -72,6 +72,7 @@ SUBDIR += foomatic-filters SUBDIR += fpdf SUBDIR += freetype + SUBDIR += freetype-tools SUBDIR += freetype2 SUBDIR += ft2demos SUBDIR += gfontview |