File: Type1.pm

package info (click to toggle)
libimager-perl 1.019%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,824 kB
  • sloc: perl: 32,886; ansic: 28,193; makefile: 52; cpp: 4
file content (27 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
package Imager::Font::Type1;
use 5.006;
use strict;
use Imager::Font::T1;

our @ISA = qw(Imager::Font::T1);

our $VERSION = "1.013";

1;

__END__

=head1 NAME

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

=head1 DESCRIPTION

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

=head1 AUTHOR

Tony Cook <tonyc@cpan.org>

=cut