var allowsTightening : Bool
A Boolean value that indicates whether inter-character spacing should tighten to fit the text into the available space.
あるブール値、それは文字間の空きが引き締められてテキストを利用可能な空間へとぴったり合わせるべきかどうかを指し示します。
var disableAutocorrection : Bool?
A Boolean value that determines whether the view hierarchy has auto-correction enabled.
あるブール値、それはビュー階層が自動補正を可能にされるかどうかを決定します。
var dynamicTypeSize : DynamicTypeSize
The current Dynamic Type size.
var font: Font?
The default font of this environment.
この環境の省略時のフォント。
var layoutDirection : LayoutDirection
The layout direction associated with the current environment.
現在の環境と結びつけられたレイアウト方向。
var lineLimit : Int?
The maximum number of lines that text can occupy in a view.
テキストがビューにおいて占有できる最大限の行数。
var lineSpacing : CGFloat
The distance in points between the bottom of one line fragment and the top of the next.
1行断片の下部と次のものの上部との間のポイントでの間隔。
var minimumScaleFactor : CGFloat
The minimum permissible proportion to shrink the font size to fit the text into the available space.
テキストをその利用可能な空間へとぴったり合わせるためにフォントサイズを縮小するのに最小限許される割合。
var multilineTextAlignment : TextAlignment
A value that indicates how text instance aligns its lines when the content wraps or contains newlines.
ある値、それは内容が改行を折り返すか抑制する場合にどのようにテキストインスタンスがそれの行を整列するかを指し示します。
var textCase : Text.Case?
A stylistic override to transform the case of
Text
when displayed, using the environment’s locale.
表示される時にText
のケースを変形する文体上のオーバーライド、環境のもつロケールを使います。