Flex 中文本/标签的下划线样式
我使用 setStyle("textDecoration", "underline");用于在文本悬停时显示下划线。 这工作正常,但下划线接触到文本本身。是否可以在文本和下划线之间放置一些间距?
更新:02/072012 我正在使用 Flex SDK 3.5,所以目前无法使用 Spark 解决方案。我使用标签组件并设置文本字段的样式。
I use the setStyle("textDecoration", "underline"); for showing an underline on text hover.
This works fine but the underline is touching the text itself. Is it possible to put some spacing between text and the underline?
Update: 02/072012
I'm using Flex SDK 3.5 so I cant use the spark solution for now. Im using Label component and setting the textfield's style.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管这不是一个理想的解决方案,但我最近回答了一个具有类似要求的问题。请具体说明您正在使用的 Flex SDK 版本,因为这些内容有时会有所不同。
如何在 Spark TextArea 中的每行文本下显示一行
我不知道有任何专门指定行距文本距离的样式(我相信这个可能是字体定义本身的一部分,以某种方式使用上升值或类似的东西,尽管我不完全确定,因为我还没有挖掘所有的样式代码)。
Although it isn't an ideal solution I recently answered a question that had somewhat similar requirements. Please be specific with regard to the Flex SDK version you're using as these things vary from one to the next on occasion.
How can I show a line under each row of text in a Spark TextArea
I'm not aware off hand of any style that specifically specifies the distance of the line from the text (I believe this might be part of the font definition itself, somehow using the ascent value or something along those lines though I'm not entirely sure as I haven't dug through all that styling code).