]> git.imager.perl.org - imager.git/blob - lib/Imager/Font/Type1.pm
move t1lib font support to a separate module
[imager.git] / lib / Imager / Font / Type1.pm
1 package Imager::Font::Type1;
2 use strict;
3 use Imager::Font::T1;
4 use vars qw(@ISA $VERSION);
5 @ISA = qw(Imager::Font::FT2);
6
7 $VERSION = "1.000";
8
9 1;
10
11 __END__
12
13 =head1 NAME
14
15   Imager::Font::Type1 - low-level functions for T1Lib text output
16
17 =head1 DESCRIPTION
18
19 This is a simple wrapper around Imager::Font::T1 for backwards
20 compatibility.
21
22 =head1 AUTHOR
23
24 Tony Cook <tonyc@cpan.org>
25
26 =cut