Font
public struct Font : Codable
extension Font: CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public static var largeTitle: Font { get }
-
Undocumented
Declaration
Swift
public static var title: Font { get }
-
Undocumented
Declaration
Swift
public static var headline: Font { get }
-
Undocumented
Declaration
Swift
public static var subheadline: Font { get }
-
Undocumented
Declaration
Swift
public static var body: Font { get }
-
Undocumented
Declaration
Swift
public static var callout: Font { get }
-
Undocumented
Declaration
Swift
public static var caption: Font { get }
-
Undocumented
Declaration
Swift
public static var footnote: Font { get }
-
Undocumented
Declaration
Swift
public static func custom(_ name: String, size: CGFloat) -> Font
-
Undocumented
Declaration
Swift
public func italic() -> Font
-
Undocumented
Declaration
Swift
public func bold() -> Font
-
Undocumented
Declaration
Swift
public func monospacedDigit() -> Font
-
Undocumented
Declaration
Swift
public func smallCaps() -> Font
-
Undocumented
Declaration
Swift
public func lowercaseSmallCaps() -> Font
-
Undocumented
Declaration
Swift
public func uppercaseSmallCaps() -> Font
-
Undocumented
Declaration
Swift
public func weight(_ weight: Weight) -> Font
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public var swiftUIValue: SwiftUI.Font { get }