Enumeration
列挙
Font
Font.Leading
No overview available.
概要は利用可能でありません。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
enum Leading
Topics 話題
Getting Leading Line Spacing Options
Comparing Spacing Options
static func == (Font.Leading, Font.Leading) -> Bool
Indicates whether two leading line spacing options are equal.
static func != (Self, Self) -> Bool
Indicates whether two leading line spacing options are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the leading line spacing option by passing them into the given hash function.
var hashValue : Int
The hashed value of the leading line spacing option.
Default Implementations 省略時実装
See Also 参照
Styling a Font フォントのスタイリング
func bold() -> Font
Adds bold styling to the font.
ボールドスタイルをフォントに加えます。
func italic() -> Font
Adds italics to the font.
イタリック体をフォントに付け加えます。
func monospaced() -> Font
Returns a fixed-width font from the same family as the base font.
func monospacedDigit () -> Font
Returns a modified font that uses fixed-width digits, while leaving other characters proportionally spaced.
func smallCaps () -> Font
Adjusts the font to enable all small capitals.
フォントを調節してオールスモールキャピタルを可能にします。
func lowercaseSmallCaps () -> Font
Adjusts the font to enable lowercase small capitals.
フォントを調節してローワケースにスモールキャピタルを可能にします。
func uppercaseSmallCaps () -> Font
Adjusts the font to enable uppercase small capitals.
フォントを調節してアッパーケースにスモールキャピタルを可能にします。
func weight(Font.Weight) -> Font
Sets the weight of the font.
フォントのウェイトを設定します。
func leading(Font.Leading) -> Font
Create a version of
self
that uses leading (line spacing) adjustment.
self
のあるバージョンを作成します、それはリーディング(行間)調節を使います。