使用脚本语言弯曲矢量图像(文本)

发布于 2024-08-07 07:01:27 字数 130 浏览 7 评论 0原文

我们想要在生成的矢量图像(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 技术交流群。

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

发布评论

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

评论(2

冷月断魂刀 2024-08-14 07:01:27

您可以使用 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.

吻风 2024-08-14 07:01:27

ImageMagick有丰富的文本功能,请查看。

ImageMagick has a rich text feature, please check out.

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