Imager::Font::W32 - font support using C on Win32


Imager-Font-W32 documentation  | view source Contained in the Imager-Font-W32 distribution.

Index


NAME

Top

Imager::Font::W32 - font support using GDI on Win32

SYNOPSIS

Top

  use Imager;

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

  $img->string(... font => $font);

DESCRIPTION

Top

This provides font support on Win32.

CAVEATS

Top

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.

AUTHOR

Top

Tony Cook <tonyc@cpan.org>

SEE ALSO

Top

Imager, Imager::Font.


Imager-Font-W32 documentation  | view source Contained in the Imager-Font-W32 distribution.