]> git.imager.perl.org - imager.git/blob - W32/lib/Imager/Font/Win32.pm
[rt #86658] add a missing AUTHOR heading
[imager.git] / W32 / lib / Imager / Font / Win32.pm
1 package Imager::Font::Win32;
2 use strict;
3 use vars qw(@ISA);
4 @ISA = qw(Imager::Font::W32);
5
6 require Imager::Font::W32;
7
8 1;
9
10 __END__
11
12 =head1 NAME
13
14 =for stopwords GDI
15
16 Imager::Font::Win32 - uses Win32 GDI services for text output
17
18 =head1 SYNOPSIS
19
20   my $font = Imager::Font->new(face=>"Arial");
21
22 =head1 DESCRIPTION
23
24 This module is obsolete.
25
26 =head1 AUTHOR
27
28 Tony Cook <tonyc@cpan.org>
29
30 =cut