2

I need the source of this function (imagettftext) in php. I can't find the source (it is implemented by php).

Somebody knows where can I find it?

Best regards

2 Answers2

1

I'm no expert in C, but I just browsed the source of PHP 5.3.3 and it looks like it's in ext/gd/gd.c starting at line 3879.

curtisdf
  • 4,130
  • 4
  • 33
  • 42
0

10 seconds on google got me this:- https://bitbucket.org/pierrejoye/gd-libgd/overview

It is implemented in C though, not PHP and is part of the GD library.

vascowhite
  • 18,120
  • 9
  • 61
  • 77