android 用角度获取文本的高度和宽度
我有一个自定义文本视图,能够旋转其中的文本。
问题: - 旋转后,我只需要获取旋转文本的宽度和高度(而不是 texview)。这可能吗。我尝试使用 Paint 对象来测量文本,但由于我的文本被旋转,所以它没有给我正确的答案。
我现在真的没有想法,这就是为什么我需要你们的帮助。任何想法都可以。
谢谢大家。
I have a custom textview that is capable of rotating the text inside.
Question:
- Once rotated, I need to get the width and height of rotated text only (not the texview). Is this possible. I tried using Paint objects to measure text but it doesn't give me right answers since my text is rotated.
I am really out of ideas right now that's why I need help from you guys. Any idea will do.
Thanks all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能有一个简单的方法,但自己做数学也很容易。如果您了解一些三角学,并且您是一名程序员,那么您应该自己计算高度和宽度。
There might be an easy way, but doing the math yourself is also pretty easy. If you know some trigonometry, and you should if you're a programmer, just calculate the height and width yourself.