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

fontWeight(_:)

Sets the font weight of the text. テキストのフォントウェイトを設定します。

Declaration 宣言

func fontWeight(_ weight: Font.Weight?) -> Text

Return Value 戻り値

Text that uses the font weight you specify. あなたが指定するフォントウェイトを使うテキスト。

Parameters パラメータ

weight

One of the available font weights. 利用可能なフォントウェイトのうちの1つ。

See Also 参照

Choosing a Font フォントを選ぶ