使用 C# 在靠近边缘的圆形图像上写入文本

发布于 2024-09-07 09:45:15 字数 276 浏览 0 评论 0原文

我正在尝试使用 .net 库在边缘附近的圆圈图像上写入文本。请参考以下图片网址,看看我想要实现什么(即使我不能在绘画中完美地完成:()。

图像 Url

我尝试了图形、位图和其他相关的 .net 类,但它们没有任何功能可以做到这一点。我也对任何第 3 方组件持开放态度预先

感谢并期待您的想法!

I am trying to write text on the circled image near the edges using .net libraries. Please refer to the following url for image to see what I am trying to achieve (Even I can't do perfectly in paint :( ).

Image Url

I tried Graphics, Bitmap and other relevant classes of .net but they don't have any feature to do it. I am open for any 3rd party components as well.

Thanks in advance and look forward to your thoughts!

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

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

发布评论

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

评论(1

我认为您可以只使用GraphicsPath.AddString(),并使用graphics.DrawPath()使用Graphics对象绘制该路径。

然而,我尝试了一下,并没有成功。

这是一篇关于一个比我聪明得多的小伙子的博客文章,他正确地完成了这件事(GraphicsPath 仍然是关键,但还有更多内容):http://www.planetclegg.com/projects/WarpingTextToSplines.html

I thought that you could just use GraphicsPath.AddString(), and draw that path using the Graphics object using graphics.DrawPath().

However, I tried it and it didn't work.

Here's a blog post about a chap much cleverer than me who's done it properly (GraphicsPath is still the key, but there's more to it): http://www.planetclegg.com/projects/WarpingTextToSplines.html

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