NAME
Imager::Font::Type1 - low-level functions for Type1 fonts
DESCRIPTION
Imager::Font creates a Imager::Font::Type1 object when asked to create a font object based on a .pfb file.
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 t1lib.log log file. You can re-enable that by calling Imager::init() with the t1log
option:
Imager::init(t1log=>1);
AUTHOR
Addi, Tony