func foregroundColor (Color?) -> Text
Sets the color of the text displayed by this view.
このビューによって表示されるテキストの色を設定します。
func bold() -> Text
Applies a bold font weight to the text.
ボールドフォントウェイトをテキストに適用します。
func strikethrough(Bool, color: Color?) -> Text
Applies a strikethrough to the text.
取り消し線をテキストに適用します。
func underline(Bool, color: Color?) -> Text
Applies an underline to the text.
下線をテキストに適用します。
func monospacedDigit () -> Text
Modifies the text view’s font to use fixed-width digits, while leaving other characters proportionally spaced.
func kerning(CGFloat) -> Text
Sets the spacing, or kerning, between characters.
空き、またはカーニング、を文字間に設定します。
func tracking(CGFloat) -> Text
Sets the tracking for the text.
トラッキングをテキストに設定します。
func baselineOffset (CGFloat) -> Text
Sets the vertical offset for the text relative to its baseline.
垂直オフセットをテキストにそれのベースラインに相対して設定します。
func textCase (Text.Case?) -> some View
Sets a transform for the case of the text contained in this view when displayed.
表示される時にこのビューの中に含まれるテキストのケースに対してある変換を設定します。