I have just recompiled, upgraded to PHP 4.3.4. As an exercise (and
curiosity) I've decided to test out PDF functions and got the test in the
PHP online manual working. I had one problem whereby the example refered to
Times New Roman - I didn't have this, but I did have Times-Roman which
worked.
My question - How do I know what fonts I *do* have available? I've run
phpinfo() and gd_info() which I hope is enough to tell some wise person out
there what fonts I have on my SuSE Linux 8.1 box:
gd_info() says:
FreeType Linkage with freetype
FreeType Support 1
GD Version bundled 2.0.15 compatible
GIF Read Support 1
JPG Support 1
PNG Support 1
WBMP Support 1
XBM Support 1
Noteably, T1Lib has no value thus I gather, not installed... Do I need this?
If so, what rpm package (or where can I get a tar ball) for this?
My phpinfo():
Configure Command:
'./configure' '--with-mysql'
'--with-apache=/data/www/software/apachePHP/apache' '--with-mcrypt'
'--with-jpeg-dir' '--enable-exif' '--with-zlib-dir' '--with-gd' '--with-ttf'
'--with-pdflib' '--enable-gd-native-ttf' '--with-freetype-dir'
'--with-mime-magic' '--disable-session' '--disable-cgi'
exif
EXIF Support enabled - version 1.4
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
GD
GD Support enabled
GD Version bundled (2.0.15 compatable)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
PDF
PDF Support enabled
PDFlib GmbH Version 3.02
That is all I think would be anyway related to fonts/graphics...
Can anyone advise me? via the newsgroup please?
Thanks in advance
randelld
curiosity) I've decided to test out PDF functions and got the test in the
PHP online manual working. I had one problem whereby the example refered to
Times New Roman - I didn't have this, but I did have Times-Roman which
worked.
My question - How do I know what fonts I *do* have available? I've run
phpinfo() and gd_info() which I hope is enough to tell some wise person out
there what fonts I have on my SuSE Linux 8.1 box:
gd_info() says:
FreeType Linkage with freetype
FreeType Support 1
GD Version bundled 2.0.15 compatible
GIF Read Support 1
JPG Support 1
PNG Support 1
WBMP Support 1
XBM Support 1
Noteably, T1Lib has no value thus I gather, not installed... Do I need this?
If so, what rpm package (or where can I get a tar ball) for this?
My phpinfo():
Configure Command:
'./configure' '--with-mysql'
'--with-apache=/data/www/software/apachePHP/apache' '--with-mcrypt'
'--with-jpeg-dir' '--enable-exif' '--with-zlib-dir' '--with-gd' '--with-ttf'
'--with-pdflib' '--enable-gd-native-ttf' '--with-freetype-dir'
'--with-mime-magic' '--disable-session' '--disable-cgi'
exif
EXIF Support enabled - version 1.4
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
GD
GD Support enabled
GD Version bundled (2.0.15 compatable)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
PDF Support enabled
PDFlib GmbH Version 3.02
That is all I think would be anyway related to fonts/graphics...
Can anyone advise me? via the newsgroup please?
Thanks in advance
randelld
Comment