| Imager-Font-W32 documentation | Contained in the Imager-Font-W32 distribution. |
Imager::Font::Win32 - uses Win32 GDI services for text output
my $font = Imager::Font->new(face=>"Arial");
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__