android 用角度获取文本的高度和宽度

发布于 2024-12-03 05:26:56 字数 184 浏览 1 评论 0原文

我有一个自定义文本视图,能够旋转其中的文本。

问题: - 旋转后,我只需要获取旋转文本的宽度和高度(而不是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

<逆流佳人身旁 2024-12-10 05:26:56

可能有一个简单的方法,但自己做数学也很容易。如果您了解一些三角学,并且您是一名程序员,那么您应该自己计算高度和宽度。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文