This is a discussion on PHP/GD and TrueType Fonts within the PHP Language forums, part of the PHP Programming Forums category; I'm have GD 2.0.1 - php 4.3.5 compiled --with-gd--enable-gd-native-ttf--enable-gd-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm have GD 2.0.1 - php 4.3.5 compiled
--with-gd--enable-gd-native-ttf--enable-gd-jis-conv --with-freetype-dir=/usr/local' '--with-t1lib=/usr/local --with-jpeg-dir=/usr/local--with-png-dir=/usr/local' --with-xpm-dir=/usr/X11R6' running under FreeBSD 4.8. GD's working properly as I'm able to generate graph images and resample pre-existing images however I'm trying to render images with dynamic text but have the feeling that the server simply doesn't have the TrueType fonts installed. Does anyone know how to install these fonts and if so, where would the default font directory be located? Thanks in advance, -Jamie |