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
http://php.weblogs.com/easywindows has them
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???