line-through (テキスト形式)
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.TEXT-FORMATS.
基準: text
キーワードの既定設定: text-line-through?=true

テキストの内容 (空白を含む) に取り消し線を引きます。

説明

この文字書式は、{text text-line-through?=true} と同じです。空白にも取り消し線が付くことに注意してください。

構文

            {line-through
                [option1=value1,
                option*=value*,]
                ...}
            
option: 任意のサポートされている文字オプション。
value: 文字オプションに対する有効値です。
...: 内容。テキストの内容 (空白を含む) のみ書式設定されます。

文字オプション

line-through および他の文字書式に直接影響する文字オプションは以下のとおりです。


{paragraph
    The third{line-through \ word\ }and the spaces around it
    in this paragraph have a line through them.
    {line-through Also, see how the rectangle {RectangleGraphic width=1cm, height=8pt}
    is spared the line-through effect.}
}