func font(Font?) -> some View
Sets the default font for text in this view.
省略時のフォントをこのビューの中のテキストに対して設定します。
Availability 有効性
Technology
A view that uses the foreground color you supply. あるビュー、それはあなたが供給する前景色を使うものです。
color
The foreground color to use when displaying this view. Pass nil
to remove any custom foreground color and to allow the system or the container to provide its own foreground color. If a container-specific override doesn’t exist, the system uses the primary color.
このビューを表示する時に使うことになる前景色。nil
を渡すことで、あらゆるあつらえの前景色を取り除いてください、そしてシステムまたはコンテナがそれ自身の前景色を提供するのを許可してください。コンテナ特有のオーバーライドが存在しないならば、システムは主設定色を使います。
func font(Font?) -> some View