func font(Font?) -> some View
Sets the default font for text in this view.
省略時のフォントをこのビューの中のテキストに対して設定します。
func foregroundColor (Color?) -> some View
Sets the color of the foreground elements displayed by this view.
このビューによって表示される前景要素の色を設定します。
func multilineTextAlignment (TextAlignment ) -> some View
Sets the alignment of multiline text in this view.
複数行テキストの整列をこのビューにおいて設定します。
func allowsTightening (Bool) -> some View
Sets whether text in this view can compress the space between characters when necessary to fit text in a line.
このビューの中のテキストが文字間の空きを圧縮することが、テキストを一行に収める必要な時に可能かどうかを設定します。