FontDescriptor.SystemDesign
Constants that describe the system-defined typeface designs.
public struct SystemDesign: Hashable, Equatable, RawRepresentable
Inheritance
Equatable
, Hashable
, RawRepresentable
Nested Type Aliases
RawValue
public typealias RawValue = String
Initializers
init(rawValue:)
public init(rawValue: RawValue)
Properties
rawValue
public let rawValue: RawValue
`default`
The default typeface for an app’s user interface.
public static var `default`: FontDescriptor.SystemDesign
monospaced
The monospace variant of the default typeface.
public static var monospaced: FontDescriptor.SystemDesign
rounded
The rounded variant of the default typeface.
public static var rounded: FontDescriptor.SystemDesign
serif
The serif variant of the default typeface.
public static var serif: FontDescriptor.SystemDesign