Instance Method インスタンスメソッド

underline(_:color:)

Applies an underline to the text. 下線をテキストに適用します。

Declaration 宣言

func underline(_ active: Bool = true, color: Color? = nil) -> Text

Return Value 戻り値

Text with a line running along its baseline. それのベースラインに沿って延びている線を持つテキスト。

Parameters パラメータ

active

A Boolean value that indicates whether the text has an underline. あるブール値、それはテキストが下線を持つかどうかを指し示します。

color

The color of the underline. 下線の色。 If color is nil, the underline uses the default foreground color.

See Also 参照

Styling the View’s Text ビューのもつテキストにスタイルをつける