Add text to image using php gd and google webfonts

2019-05-04 07:47发布

问题:

Is is possible if I want adding text to image with font from google webfonts? using PHP image GD

回答1:

You will need the font as a ttf / otf in order to do that. There is no other way unfortunatelly - or better said, anything else you would try would be way overcomplicated for the result, don't even think about it.

Later edit You said you can download the ttf files, so all you need is: http://php.net/manual/en/function.imagettftext.php