]> git.imager.perl.org - imager.git/blame - T1/README
add missing va_end() in bmp.c's write_packed()
[imager.git] / T1 / README
CommitLineData
0953e1cf 1Imager::Font::T1 provides Type 1 font support for Imager via T1Lib.
af217451
TC
2
3 http://imager.perl.org/
4 http://www.t1lib.org/
0953e1cf
TC
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.