Imager::Font::Win32 - uses Win32 GDI services for text output


Imager-Font-W32 documentation Contained in the Imager-Font-W32 distribution.

Index


Code Index:

NAME

Top

Imager::Font::Win32 - uses Win32 GDI services for text output

SYNOPSIS

Top

  my $font = Imager::Font->new(face=>"Arial");

DESCRIPTION

Top

This module is obsolete.


Imager-Font-W32 documentation Contained in the Imager-Font-W32 distribution.

package Imager::Font::Win32;
use strict;
use vars qw(@ISA);
@ISA = qw(Imager::Font::W32);

require Imager::Font::W32;

1;

__END__