1package Imager::Font::Win32;
2use 5.006;
3use strict;
4our @ISA = qw(Imager::Font::W32);
5
6our $VERSION = "1.000";
7
8require Imager::Font::W32;
9
101;
11
12__END__
13
14=head1 NAME
15
16=for stopwords GDI
17
18Imager::Font::Win32 - uses Win32 GDI services for text output
19
20=head1 SYNOPSIS
21
22  my $font = Imager::Font->new(face=>"Arial");
23
24=head1 DESCRIPTION
25
26This module is obsolete.
27
28=head1 AUTHOR
29
30Tony Cook <tonyc@cpan.org>
31
32=cut
33