Merge from vendor branch TNF:
[pkgsrcv2.git] / fonts / p5-Font-TTFMetrics / DESCR
1 Font::TTFMetrics encapsulates the font metrics of a true type font
2 file. A true type font file contains several tables which need to
3 be parsed before any useful information could be gathered about
4 the font. There is the excellent module for parsing TTF font in
5 CPAN by Martin Hosken, Font::TTF. But in my opinion the use of
6 Font::TTF requires intimate knowledge of TTF font format. This
7 module was written to support the use of TTF in Pastel 2D graphics
8 library in Perl. Three factors prompted me to write this module:
9 first, I required a fast module to access TTF file. Second, all
10 the access required was read-only. Last, I wanted a user friendly,
11 higher level API to access TTF file.