Click to See Complete Forum and Search --> : PHP on Win2K & True Type Fonts


Anon
10-24-2000, 06:35 PM
Hi,

I am trying to get PHP to work with TTF on a Win2K system, the Linux/Unix config is OK with building my own lib... is there any pre-compiled .dll for Windows (something on the lines of php_gd.dll) ??

Any help will be appreciated.

Thx,
Anudit

Anon
10-24-2000, 06:55 PM
http://php.weblogs.com/easywindows
has them

Anon
10-25-2000, 12:08 PM
tried using that (the easywindows installer). all GD dependant functions work fine but when i try to load a .ttf using imageloadfont() it returns a CGI error.

i imagine i should use imagettf... functions to use TTF but does that mean compiling FreeType Lib for Win2K (the way we do on Unix/Linux) or is there an easier way out??

any ideas???