扩展Flex3面板:计算自定义组件中标题的宽度

发布于 2024-11-10 07:04:32 字数 147 浏览 4 评论 0原文

您好,我正在扩展 Flex 3 面板组件。我需要计算出标题文本的宽度。因为, title 是面板中的私有变量,我无法通过 title.width 访问它。

我知道标题的字体、字体大小 (14) 和长度(可能会有所不同)。知道这个信息有没有办法计算标题有多少像素宽?

Hi I'm extending the Flex 3 panel component. I need to figure out the width of the title's text. Because, title is a private variable in panel, I can't access it via title.width.

I know the font, fontsize (14), and length of the title (which will vary). Knowing this info is there a way to calculate how many pixels wide the title is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

过度放纵 2024-11-17 07:04:32

titleTextField 是一个受保护的属性。您可以使用它来计算文本宽度。

你能尝试一下并让我知道它是否有效吗?

measureText(titleTextField.text).width

titleTextField is a protected property.You can use it to calculate the textwidth right.

Can you try this and let me know if it works?

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