Enabling TTF support in GD

Status
Not open for further replies.

DizitalNovice

I don't want IT
Code:
array(11) { ["GD Version"]=>  string(27) "bundled (2.0.34 compatible)" ["FreeType Support"]=>  bool(false) ["T1Lib Support"]=>  bool(false) ["GIF Read Support"]=>  bool(true) ["GIF Create Support"]=>  bool(true) ["JPG Support"]=>  bool(true) ["PNG Support"]=>  bool(true) ["WBMP Support"]=>  bool(true) ["XPM Support"]=>  bool(true) ["XBM Support"]=>  bool(true) ["JIS-mapped Japanese Font Support"]=>  bool(false) }

This is the output of phpinfo() on my website...
Clearly, TTF support is not there. How do I enable it?
I need to create a dynamic image like this one...
*www.digitalthink.info/nhs/signature/sign.png
 

swatkat

Technomancer
These pages might help:
*www.alt-php-faq.org/local/68/
*search.cpan.org/~mverb/GDTextUtil-0.86/Text.pm
 
Status
Not open for further replies.
Top Bottom