在标题图像的中心绘制字符串

发布于 2024-12-28 09:47:11 字数 92 浏览 3 评论 0原文

我正在创建一个登录屏幕,我想向表单添加标题并在标题图像的中心写入文本。

我可以使用 j2me 中的 ImageItem 绘制标题。但我坚持在标题上写文字。

I am creating a login screen and I want to add an header to the form and write text on the center of the header image.

I am able to draw the header using ImageItem in j2me. But I am stuck up with writing the text on the header.

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

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

发布评论

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

评论(1

柠檬 2025-01-04 09:47:11

最好使用画布来达到您的目的。在画布中,您可以添加图像,也可以在画布上的任何位置绘制字符串。使用画布在标题图像的中心完成字符串。
查看此网址以获取图像示例,以便您了解如何使用它。

Its better to use canvas for your purpose. In canvas you can add image and also you can draw string anywhere on canvas. Use canvas to done string on the center of the header image.
check this url for example of image so you can understand how to use it.

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