获取 SWT 文本小部件中各个字符的 x,y 坐标
如果我在 SWT 上以特定字体/样式写“此文本”,我需要“t”“h”“i”“s”等的单独坐标。有没有办法获得相同的?
If I write a text on SWT say "this text" in a particular font/style , I want the individual coords of 't' 'h' 'i' 's' and so on. Is there any way to obtain the same?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这给出了相对于文本框的父级的像素坐标。
This gives the the pixel co-ordinates with respect to the parent of the text box.
可能这个代码片段可以帮助您计算一个字符
Probably this Snippet can help you calculating the individual length of a character