gpt4 book ai didi

actionscript-3 - Actionscript 3 TextField 高度

转载 作者:行者123 更新时间:2023-12-04 06:10:48 25 4
gpt4 key购买 nike

我需要将文本字段 autosize 属性设置为 NONE 以确保 HTML 链接不会在翻转时跳转。

但是,当我这样做时,如何设置文本字段高度属性以显示所有文本而不滚动?

我尝试了以下操作,但由于我无法弄清楚的原因,它压缩了我的文本高度:

htmlTextField.autoSize = TextFieldAutoSize.LEFT;   
htmlTextField.htmlText = htmlText;
var recordedHeight:Number = htmlTextField.textHeight;
htmlTextField.autoSize = TextFieldAutoSize.NONE;
htmlTextField.height = recordedHeight + htmlTextField.getTextFormat().leading + 1;

最佳答案

如果你去here并阅读。
你会看见。

Returns flash.text:TextFormat — The TextFormat object that represents the formatting properties for the specified text.



现在如果你看 TextFormat你会看到默认值几乎都是 0

我很久以前就遇到过这个问题,我发现的唯一解决方法是选择一些文本然后抓取 defaultTextFormat然后取消选择文本。

我确信还有另一种方法可以做到这一点,但就像我说的那样,这是我的一次黑客攻击。

关于actionscript-3 - Actionscript 3 TextField 高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7813909/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com