aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/p5-Font-TTF/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-28 16:06:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-28 16:06:32 +0000
commitedc560bf7e8537234062c3ab2d2062297654f5b8 (patch)
tree7ecefc7e4fb3d4c190ca1092ca10a3b81f3a2fa1 /x11-fonts/p5-Font-TTF/pkg-descr
parentd22fe6866e394e60c45b3cb51038351685ffb113 (diff)
Notes
Diffstat (limited to 'x11-fonts/p5-Font-TTF/pkg-descr')
-rw-r--r--x11-fonts/p5-Font-TTF/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-fonts/p5-Font-TTF/pkg-descr b/x11-fonts/p5-Font-TTF/pkg-descr
new file mode 100644
index 000000000000..2591a247eb53
--- /dev/null
+++ b/x11-fonts/p5-Font-TTF/pkg-descr
@@ -0,0 +1,8 @@
+Perl module for TrueType font hacking. Supports reading, processing and
+writing of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT,
+bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern,
+loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the reading and
+writing of all other table types.
+
+In short, you can do almost anything with a standard TrueType font with
+this module.