Add text to image using php gd and google webfonts

北城以北 提交于 2020-01-02 05:33: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



来源:https://stackoverflow.com/questions/6132794/add-text-to-image-using-php-gd-and-google-webfonts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!