Add fonts/p5-Font-TTFMetrics-0.1
authorabs <abs>
Thu, 16 Feb 2006 08:13:27 +0000 (08:13 +0000)
committerabs <abs>
Thu, 16 Feb 2006 08:13:27 +0000 (08:13 +0000)
commit21d9e7e6ed4974663dfd3f85d894fae9eb2b54ce
tree378fa69feebd0702c4cef287243f912d34bed1e1
parent298dd9e4718e34b996534eb87263f98e33be9be8
Add fonts/p5-Font-TTFMetrics-0.1

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.
fonts/p5-Font-TTFMetrics/DESCR [new file with mode: 0644]
fonts/p5-Font-TTFMetrics/Makefile [new file with mode: 0644]
fonts/p5-Font-TTFMetrics/PLIST [new file with mode: 0644]
fonts/p5-Font-TTFMetrics/distinfo [new file with mode: 0644]