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

leading(_:)

Create a version of self that uses leading (line spacing) adjustment. selfのあるバージョンを作成します、それはリーディング(行間)調節を使います。

Declaration 宣言

func leading(_ leading: Font.Leading) -> Font

Discussion 議論

The availability of leading adjustments depends on font.

For example, Font.body.tightLeading() will return a Font in body text style with tight line spacing. This modifier may return the original Font unchanged for some fonts.

See Also 参照

Styling a Font フォントのスタイリング