【问题标题】:Strikethrough text in Adobe Flex 4Adobe Flex 4 中的删除线文本
【发布时间】:2012-02-29 16:32:48
【问题描述】:

如何在 Adob​​e Flex 4 中制作删除线文本? 我的意思是使用原生 flex 框架特性:样式、库、类。 我使用RichText 组件。

请不要回答:

  • 画线
  • 加下划线并更改基线

【问题讨论】:

    标签: text flex4 strikethrough


    【解决方案1】:
    【解决方案2】:

    Adobe Text Layout Framework 可以这样做。

    Usage

    【讨论】:

      【解决方案3】:
      <Graphic xmlns="http://ns.adobe.com/fxg/2008" version="2">    
          <RichText>
             <content>This text is <span fontWeight="bold">BOLD</span>,<br/> 
             this text is <span textDecoration="underline">UNDERLINED</span>,<br/>
             and this text is <span fontStyle="italic">ITALIC</span>.
             <p>This is a new paragraph.</p></content>
          </RichText>
      </Graphic>
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2012-03-17
        • 2011-09-19
        • 1970-01-01
        • 1970-01-01
        • 2014-03-24
        • 2012-10-01
        • 2018-08-24
        相关资源
        最近更新 更多