使用 php gd 和 google webfonts 将文本添加到图像
如果我想使用 google webfonts 的字体将文本添加到图像中,可以吗?使用PHP图像GD
Is is possible if I want adding text to image with font from google webfonts? using PHP image GD
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为此,您需要 ttf / otf 字体。不幸的是,没有其他方法 - 或者更好地说,您尝试的任何其他方法都会导致结果过于复杂,甚至不要考虑它。
稍后编辑 你说你可以下载ttf文件,所以你需要的是: http: //php.net/manual/en/function.imagettftext.php
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
imagettftext 不适用于 Windows 上的 WAMP 服务器。你必须下载 freetype 并重新编译。有时候,Wamp 很糟糕。
imagettftext does not works on WAMP server on windows. you have to download freetype and recompile. Sometimes, Wamp sucks.