構造体
UIFontDescriptor.SystemDesign
システムが定義した書体デザインを説明する定数。
宣言
struct SystemDesign, @unchecked Sendable
概観
これらの定数を使用して、SF Pro (default)、SF Mono (monospaced)、New York (serif)、SF Compact Rounded (rounded) などのシステムが提供する書体デザインを指定します。
トピックス
イニシャライザ
書体デザイン
static let `default`: UIFontDescriptor.SystemDesign
アプリのユーザーインターフェースのデフォルトの書体。
static let monospaced: UIFontDescriptor.SystemDesign
デフォルトの書体の等幅バリアント。
static let rounded: UIFontDescriptor.SystemDesign
デフォルトの書体の丸みのあるバリアント。
static let serif: UIFontDescriptor.SystemDesign
デフォルトの書体のセリフバリアント。