绘制 2D 图形并获取偏移位置
我正在寻找一种方法来获取 Draw2D TextFlow 偏移的位置坐标。 例如,SWT 的 StyledText 直接支持该功能 (getLocationAtOffset),但没有一个 Draw2D 文本图形支持该功能。 有什么想法可以如何使用 TextFlow 的给定方法来计算位置吗?
问候, 凯
I am looking for a way to get the position coordinates for an offset of a Draw2D TextFlow. For example SWT's StyledText supports that directly (getLocationAtOffset), but none of the Draw2D text figures supports this. Any ideas how I could calculate the position with the given methods of TextFlow?
Regards,
Kai
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 TextUtilities#getTextExtents。
You can try TextUtilities#getTextExtents.