flex 4 自动调整文本大小
我的 Flex 4 应用程序中有一个文本框网格,用于加载 xml 文件并显示其中写入的内容。框的数量不会改变,但框内的文本会改变。这是一个需要从远处可读的标志,因此我需要自动调整字体大小以适应。因此,如果可以的话,它应该变大,如果不能,它应该足够大以显示盒子里的东西。
我尝试过 RichText、RichEditableText 和 TextArea,但似乎没有任何效果。 Stackoverflow 上有关自动调整文本大小的其他帖子也没有帮助。有谁知道该怎么做?
I have a grid of text boxes in my Flex 4 app that loads an xml file and displays whatever is written there. The number of boxes won't change, but the text inside them will. This is a sign that needs to be readable from a distance so I need the font to autosize to fit. So it should go large if it can, if not, it should be just large enough to display what's in the box.
I've tried RichText, RichEditableText, and TextArea and nothing seems to work. The other posts on autosizing text at Stackoverflow weren't helpful either. Does anyone know how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论