aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/p5-Font-TTFMetrics/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/p5-Font-TTFMetrics/pkg-descr')
-rw-r--r--x11-fonts/p5-Font-TTFMetrics/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-fonts/p5-Font-TTFMetrics/pkg-descr b/x11-fonts/p5-Font-TTFMetrics/pkg-descr
new file mode 100644
index 000000000000..69ce6289e40a
--- /dev/null
+++ b/x11-fonts/p5-Font-TTFMetrics/pkg-descr
@@ -0,0 +1,13 @@
+Font::TTFMetrics encapsulates the font metrics of a true type font file. A
+true type font file contains several tables which need to be parsed before
+any useful information could be gathered about the font. There is the
+excellent module for parsing TTF font in CPAN by Martin Hosken, Font::TTF.
+But in my opinion the use of Font::TTF requires intimate knowledge of TTF
+font format. This module was written to support the use of TTF in Pastel
+2D graphics library in Perl. Three factors prompted me to write this
+module: first, I required a fast module to access TTF file. Second, all
+the access required was read-only. Last, I wanted a user friendly, higher
+level API to access TTF file.
+
+WWW: http://search.cpan.org/dist/Font-TTFMetrics
+Author: Malay <curiouser@ccmb.res.in>