扩展Flex3面板:计算自定义组件中标题的宽度
您好,我正在扩展 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
titleTextField
是一个受保护的属性。您可以使用它来计算文本宽度。你能尝试一下并让我知道它是否有效吗?
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?