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 | ||
7 | This is currently shipped as part of Imager, but but Imager may | |
8 | install with out installing Imager::Font::FT2, if your module or | |
9 | application requires FreeType 2 support then add Imager::Font::FT2 as | |
10 | a prerequisite. |