Font

public struct Font : Codable
extension Font: CustomStringConvertible

Undocumented

Nested Types

  • Undocumented

    See more

    Declaration

    Swift

    public enum Style : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Design : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Weight : String, Codable

Factory Functions - Style

  • 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 }

Factory Functions - Advanced

Factory Functions - Styling

  • 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 }