Commit | Line | Data |
---|---|---|
0953e1cf | 1 | Imager::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 | |
6 | This requires that t1lib is installed, including any development files. | |
7 | ||
8 | For Linux distributions this typically requires installation of the | |
9 | associated -dev or -devel package. | |
10 | ||
11 | See Imager::Install for more information. | |
12 | ||
13 | Imager::Font::T1 is shipped as part of Imager, but if the libraries | |
14 | required aren't found it won't be installed. If you require T1 | |
15 | support via libt1 then add a dependency on Imager::Font::T1. | |
16 | ||
17 | Imager::Font::FT2 provides most of the functionality of | |
18 | Imager::Font::T1 and more. |