X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/e316fc14bef26f958937aec0e6854b61f71a3b34..09dded3d8606e8e4406fffcf477ceb4a1c97fee2:/font-optimizer/ext/Font-TTF/lib/Font/TTF.pm diff --git a/font-optimizer/ext/Font-TTF/lib/Font/TTF.pm b/font-optimizer/ext/Font-TTF/lib/Font/TTF.pm deleted file mode 100644 index 59237d3..0000000 --- a/font-optimizer/ext/Font-TTF/lib/Font/TTF.pm +++ /dev/null @@ -1,24 +0,0 @@ -package Font::TTF; - -$VERSION = '0.46'; # MJPH 26-JAN-2009 Various bug fixes, add Sill table -# $VERSION = '0.45'; # MJPH 11-JUN-2008 Packaging tidying -# $VERSION = '0.44'; # MJPH 9-JUN-2008 Various bug fixes -# $VERSION = '0.43'; # MJPH 20-NOV-2007 Add a test! -# $VERSION = '0.42'; # MJPH 11-OCT-2007 Add Volt2ttf support -# $VERSION = '0.41'; # MJPH 27-MAR-2007 Remove warnings from font copy -# Bug fixes in Ttopen, GDEF -# Remove redundant head and maxp ->reads -# $VERSION = '0.40'; # MJPH 31-JUL-2006 Add EBDT, EBLC tables -# $VERSION = 0.39; - -1; - -=head1 NAME - -Font::TTF - Perl module for TrueType Font hacking - -=head1 DESCRIPTION - -This module allows you to do almost anything to a TrueType/OpenType Font -including modify and inspect nearly all tables. -