1package Imager::Font::Type1;
2use 5.006;
3use strict;
4use Imager::Font::T1;
5
6our @ISA = qw(Imager::Font::T1);
7
8our $VERSION = "1.013";
9
101;
11
12__END__
13
14=head1 NAME
15
16  Imager::Font::Type1 - low-level functions for T1Lib text output
17
18=head1 DESCRIPTION
19
20This is a simple wrapper around Imager::Font::T1 for backwards
21compatibility.
22
23=head1 AUTHOR
24
25Tony Cook <tonyc@cpan.org>
26
27=cut
28