Is is possible if I want adding text to image with font from google webfonts? using PHP image GD
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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