PHP GD 无法正确渲染 unicode 字体
我在使用 PHP GD 库渲染 unicode 字形(语言:马拉雅拉姆语、泰米尔语和印地语)时遇到问题。这和GD库的渲染引擎有关吗?有什么可用的解决方法吗?
I am having problems in rendering unicode glyphs ( language : Malayalam, Tamil and Hindi) with PHP GD library. Is this something related to the rendering engine of GD library? Any workarounds available ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先确保您的字体包含所需的字形(系统字体,如 Arial 应该)。然后,如果需要,请确保使用
utf8_decode()
将参数转换为 unicode。First make sure your fonts contain the desired glyphs (system fonts such as Arial should). Then make sure you convert your parameters to unicode using
utf8_decode()
if neccessary.我发现一个尝试这个
i have found one try this