Imager::Font::W32 - font support using C<GDI> on Win32 |
Imager::Font::W32 - font support using GDI
on Win32
use Imager;
my $img = Imager->new; my $font = Imager::Font->new(face => "Arial", type => "w32");
$img->string(... font => $font);
This provides font support on Win32.
Unfortunately, older versions of Imager would install Imager::Font::Win32 even if Win32 wasn't available, and if no font was created would succeed in loading the module. This means that an existing Win32.pm could cause a probe success for Win32 fonts, so I've renamed it.
Tony Cook <tonyc@cpan.org>
Imager, Imager::Font.
Imager::Font::W32 - font support using C<GDI> on Win32 |