如何在android中的编辑框中显示位图
我有两个位图图像..并且我需要将一个位图精确定位到另一个位图上来合并位图,并获得生成的位图(两者的组合)
,生成的位图是字体字符,我希望显示该位图在我输入文本的编辑框中。
是否可以。请帮忙。
i have two bitmap images ..and i need to merge the bitmaps with precise positioning of one bitmap over other and get a resultant bitmap (which is combination of both)
and the resultant bitmap is a font character and i want that bitmap to be displayed in a edit box where i am inputting text.
is it possible. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 ImageSpan 对象,使用结果位图创建它并将其附加到编辑框中文本的相关部分。像这样的事情:
Try using ImageSpan object, creating it with the result bitmap and attaching it to the relevant part of text in edit box. Something like this: