• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fontfiles/H07-May-2022-

t/H14-Jun-2020-590441

Makefile.PLH A D13-Jun-20203 KiB161142

READMEH A D10-Jan-2014616 1812

T1.pmH A D13-Jun-20206.3 KiB314185

T1.xsH A D15-Jan-20194.8 KiB218196

imt1.cH A D15-Jan-201920.1 KiB871558

imt1.hH A D09-Mar-20161.1 KiB4329

typemapH A D10-Jan-201428 21

README

1Imager::Font::T1 provides Type 1 font support for Imager via T1Lib.
2
3  http://imager.perl.org/
4  http://www.t1lib.org/
5
6This requires that t1lib is installed, including any development files.
7
8For Linux distributions this typically requires installation of the
9associated -dev or -devel package.
10
11See Imager::Install for more information.
12
13Imager::Font::T1 is shipped as part of Imager, but if the libraries
14required aren't found it won't be installed.  If you require T1
15support via libt1 then add a dependency on Imager::Font::T1.
16
17Imager::Font::FT2 provides most of the functionality of
18Imager::Font::T1 and more.