使用 php gd 和 google webfonts 将文本添加到图像

发布于 2024-11-09 11:55:54 字数 56 浏览 0 评论 0原文

如果我想使用 google webfonts 的字体将文本添加到图像中,可以吗?使用PHP图像GD

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

再浓的妆也掩不了殇 2024-11-16 11:55:54

为此,您需要 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

单身狗的梦 2024-11-16 11:55:54

imagettftext 不适用于 Windows 上的 WAMP 服务器。你必须下载 freetype 并重新编译。有时候,Wamp 很糟糕。

imagettftext does not works on WAMP server on windows. you have to download freetype and recompile. Sometimes, Wamp sucks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文