使用脚本语言弯曲矢量图像(文本)
我们想要在生成的矢量图像(svg、pdf)中显示动态文本(ttf 字体或类似字体),并且它应该像足球衬衫上的名字一样弯曲。是否有任何命令行工具或其他可能性可以做到这一点?重要的是它是矢量图形,因为输出将打印在布料上!
谢谢一百万。
We want to show a dynamic text (ttf font, or similar) in a generated vector image (svg, pdf) and it should be bended similar like the names on a football shirt. Is there any command line tool or other possibility to do that? It is important that it is a vector graphic since the output will be printed on cloths!
Thanks a million.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 SVG 及其 textPath 元素。该元素允许沿着路径放置文本,这正是您所需要的。您不需要脚本语言或特殊工具。您只需生成平面 svg,最好使用 svg 库,具体取决于您喜欢的环境和语言。
You can use SVG and its textPath Element. This Element allows to place text along a path, which is exactly what you need. You don't need a script language or special tools. You just have to generate plane svg, best with a svg library, depending on the environment and language you prefer.
ImageMagick有丰富的文本功能,请查看。
ImageMagick has a rich text feature, please check out.