型プロパティ
default
アプリのユーザーインターフェースのデフォルトの書体。
宣言
static let `default`: UIFontDescriptor.SystemDesign
議論
返される書体はシステムによって異なります。iOS では、withDesign(_:) でこの定数を使用すると、SF Pro が返されますが、watchOS では SF Compact が返されます。
以下も見よ
書体デザイン
static let monospaced: UIFontDescriptor.SystemDesign
デフォルトの書体の等幅バリアント。
static let rounded: UIFontDescriptor.SystemDesign
デフォルトの書体の丸みのあるバリアント。
static let serif: UIFontDescriptor.SystemDesign
デフォルトの書体のセリフバリアント。