Imager::Font::Type1 - low-level functions for T1Lib text output


Imager documentation Contained in the Imager distribution.

Index


Code Index:

NAME

Top

  Imager::Font::Type1 - low-level functions for T1Lib text output

DESCRIPTION

Top

This is a simple wrapper around Imager::Font::T1 for backwards compatibility.

AUTHOR

Top

Tony Cook <tonyc@cpan.org>


Imager documentation Contained in the Imager distribution.

package Imager::Font::Type1;
use strict;
use Imager::Font::T1;
use vars qw(@ISA $VERSION);
@ISA = qw(Imager::Font::FT2);

$VERSION = "1.012";

1;

__END__