Java 中的弯曲文本
我正在寻找最简单的方法来绘制一些 我的应用程序上椭圆对象周围的文本。
我需要创造一种“拥抱”的感觉。
到目前为止,我已经使用 Graphics2D 类来打印我的绘图 在屏幕上,我的“画布”是 BufferedImage。
我的椭圆的宽度和高度分别恒定为 50,50。
有什么建议吗?
I am looking for the simplest way to draw some
text around an ellipse object on my app.
I need to create a feeling of "cuddling".
So far, I've used the Graphics2D class to print my drawings
on screen and my "canvas" is a BufferedImage.
The width and height of my ellipses are constant at 50,50 respectively.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是弯曲文本的示例:
它会生成:
Here's an example of curved text:
which produces: