Imager::Font::FT2 - font support using FreeType 2
Contents
Caveats
Unfortunately, older versions of Imager would install "Imager::Font::FreeType2" even if FreeType 2 wasn't
available, and if no font was created would succeed in loading the module. This means that an existing
"FreeType2.pm" could cause a probe success for supported font files, so I've renamed it.
Description
This provides font support on FreeType 2.
Name
Imager::Font::FT2 - font support using FreeType 2
See Also
Imager, Imager::Font.
perl v5.40.1 2025-03-16 FT2(3pm)
Synopsis
use Imager;
my $img = Imager->new;
my $font = Imager::Font->new(file => "foo.ttf", type => "ft2");
$img->string(... font => $font);
