使用php GD库输出带有下划线文本的图像
使用 GD 或任何其他库显示带下划线的文本并将结果输出为图像的最佳方法是什么?
What is the best way to display underlined text and output the result as image with GD or any other library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试使用 Unicode 下划线组合字符
U+0332
。You can try using the Unicode underline combining character
U+0332
.有很多免费的 PHP 验证码,其中包含大量自定义功能,下载一个并查看幕后到底发生了什么。 另请查看此链接
HTH
There are lots of FREE PHP CAPTCHA out there that come with a lot of customization, download one and see what exactly happens behind the scene. Also have a look at this link
HTH
我正在用这个...
I am using this...