Page 1 of 1
imagettftext question
Posted: Thu Jun 21, 2007 5:08 pm
by WaldoMonster
When I add a ttf font to a website will imagettftext also work on systems that normally don't support ttf fonts?
In other words when compiling php with gd, is the imagettftext function on all operating systems available?
Posted: Thu Jun 21, 2007 5:51 pm
by feyd
Try it.
Posted: Thu Jun 21, 2007 5:59 pm
by WaldoMonster
I have only operating systems that natively support ttf.
I hope that someone with a *nix operating system can try it out or know if it works?
Posted: Thu Jun 21, 2007 6:02 pm
by feyd
TrueType fonts aren't simply native files to Windows or Mac.
Posted: Thu Jun 21, 2007 6:05 pm
by WaldoMonster
Do you mean it only depends on the programs that support them?
Posted: Thu Jun 21, 2007 6:12 pm
by feyd
Yes.
Posted: Thu Jun 21, 2007 6:26 pm
by WaldoMonster
Thanks for the fast help.