Commit | Line | Data |
---|---|---|
04b6f77c TC |
1 | Imager::Font::W32 provides font support to Imager via the Win32 GDI |
2 | API functions.. | |
3 | ||
4 | It requires Win32 header files and libraries to be available. | |
5 | ||
6 | This is currently shipped as part of Imager, but may not be installed | |
7 | as part of Imager if headers or libraries aren't found at build time., | |
8 | if your module or application requires Win32 font support support then | |
9 | add Imager::Font::W32 as a prerequisite. |