Commit | Line | Data |
---|---|---|
04b6f77c TC |
1 | Imager::Font::FT2 provides font support to Imager via the FreeType 2 |
2 | library. | |
3 | ||
4 | It requires libfreetype and its development header files to be | |
5 | installed. | |
6 | ||
0953e1cf TC |
7 | For Linux distributions this typically requires installation of the |
8 | associated -dev or -devel package. | |
9 | ||
10 | See Imager::Install for more information. | |
11 | ||
12 | Imager::Font::FT2 is currently shipped as part of Imager, but but | |
13 | Imager may install with out installing Imager::Font::FT2. If your | |
14 | module or application requires FreeType 2 support then add | |
15 | Imager::Font::FT2 as a prerequisite. |