Introduce src dir.
[librarian.git] / src / librarian / font-optimizer / ext / Font-TTF / lib / Font / TTF.pm
1 package Font::TTF;
2
3 $VERSION = '0.46';    # MJPH    26-JAN-2009      Various bug fixes, add Sill table
4 # $VERSION = '0.45';    # MJPH    11-JUN-2008      Packaging tidying
5 # $VERSION = '0.44';    # MJPH     9-JUN-2008      Various bug fixes
6 # $VERSION = '0.43';    # MJPH    20-NOV-2007      Add a test!
7 # $VERSION = '0.42';    # MJPH    11-OCT-2007      Add Volt2ttf support
8 # $VERSION = '0.41';    # MJPH    27-MAR-2007      Remove warnings from font copy
9 #                                                  Bug fixes in Ttopen, GDEF
10 #                                                  Remove redundant head and maxp ->reads
11 # $VERSION = '0.40';    # MJPH    31-JUL-2006      Add EBDT, EBLC tables
12 # $VERSION = 0.39;
13
14 1;
15
16 =head1 NAME
17
18 Font::TTF - Perl module for TrueType Font hacking
19
20 =head1 DESCRIPTION
21
22 This module allows you to do almost anything to a TrueType/OpenType Font
23 including modify and inspect nearly all tables.
24