From 21aa4e10883915e959515df3c45e6444ec02a72e Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 19 Mar 2002 08:21:59 +0000 Subject: [PATCH] document the t1log option to Imager::init() --- lib/Imager/Font/Type1.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Imager/Font/Type1.pm b/lib/Imager/Font/Type1.pm index 26687d2f..d0b32607 100644 --- a/lib/Imager/Font/Type1.pm +++ b/lib/Imager/Font/Type1.pm @@ -108,6 +108,11 @@ See Imager::Font to see how to use this type. This class provides low-level functions that require the caller to perform data validation +By default Imager no longer creates the F log file. You +can re-enable that by calling Imager::init() with the C option: + + Imager::init(t1log=>1); + =head1 AUTHOR Addi, Tony -- 2.39.5