]> git.imager.perl.org - imager.git/blame - lib/Imager/Font/Type1.pm
update Changes
[imager.git] / lib / Imager / Font / Type1.pm
CommitLineData
96190b6e
TC
1package Imager::Font::Type1;
2use strict;
a556912d 3use Imager::Font::T1;
f17b46d8 4use vars qw(@ISA $VERSION);
a556912d 5@ISA = qw(Imager::Font::FT2);
3799c4d1 6
2fcb9bae 7$VERSION = "1.012";
3799c4d1 8
96190b6e
TC
91;
10
11__END__
12
13=head1 NAME
14
a556912d 15 Imager::Font::Type1 - low-level functions for T1Lib text output
96190b6e
TC
16
17=head1 DESCRIPTION
18
a556912d
TC
19This is a simple wrapper around Imager::Font::T1 for backwards
20compatibility.
1bd75e4c 21
96190b6e
TC
22=head1 AUTHOR
23
a556912d 24Tony Cook <tonyc@cpan.org>
96190b6e
TC
25
26=cut