在标题图像的中心绘制字符串
我正在创建一个登录屏幕,我想向表单添加标题并在标题图像的中心写入文本。
我可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好使用画布来达到您的目的。在画布中,您可以添加图像,也可以在画布上的任何位置绘制字符串。使用画布在标题图像的中心完成字符串。
查看此网址以获取图像示例,以便您了解如何使用它。
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.