From 74d27b0b86b53b33da28ba0fada7a128127f75ac Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 2 Jul 2009 09:33:09 +0000 Subject: [PATCH] Imager::Font is pretty useless without Imager, so add C< use Imager; > to that too (Imager loads Imager::Font) --- lib/Imager/Font.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Imager/Font.pm b/lib/Imager/Font.pm index 1102e030..7c367e3b 100644 --- a/lib/Imager/Font.pm +++ b/lib/Imager/Font.pm @@ -338,6 +338,8 @@ Imager::Font - Font handling for Imager. =head1 SYNOPSIS + use Imager; + $t1font = Imager::Font->new(file => 'pathtofont.pfb'); $ttfont = Imager::Font->new(file => 'pathtofont.ttf'); $w32font = Imager::Font->new(face => 'Times New Roman'); -- 2.39.5