The GD Lib is used to generate png images, to display items and its relations. In the background GD Lib needs T1Lib for render text elements based on Type 1 fonts. Without GD T1Lib Support text labels may be missed in images or images may be invalid and than not be displayed in your browser.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Running under PHP on Windows, I get the following error with setup-check.
ERROR: GD T1Lib Support missing
What impact will this have?
The PHP build is php-5.3.6-nts-Win32-VC9-x86.
Hugh
The GD Lib is used to generate png images, to display items and its relations. In the background GD Lib needs T1Lib for render text elements based on Type 1 fonts. Without GD T1Lib Support text labels may be missed in images or images may be invalid and than not be displayed in your browser.
Thanks. I'll keep that in mind. The images and text have been fine so I'll blissfully ignore it for now.