Font

public extension Font

Core Fonts

  • The largest font available

    Declaration

    Swift

    static var largeTitleEmphasized: Font { get }
  • Emphasized Title 1 text

    Declaration

    Swift

    static var title1Emphasized: Font { get }
  • Title 2 text

    Declaration

    Swift

    static var title2: Font { get }
  • Emphasized Title 2 text

    Declaration

    Swift

    static var title2Emphasized: Font { get }
  • Title 2 white text

    Declaration

    Swift

    static var title2White: Font { get }
  • Title 3 text

    Declaration

    Swift

    static var title3: Font { get }
  • Headline text

    Declaration

    Swift

    static var headline: Font { get }
  • Declaration

    Swift

    static var headlineWhite: Font { get }
  • Declaration

    Swift

    static var headlineLink: Font { get }
  • Declaration

    Swift

    static var headlineDisabled: Font { get }
  • Body text

    Declaration

    Swift

    static var body: Font { get }
  • Deemphasized body text

    Declaration

    Swift

    static var bodyDeemphasized: Font { get }
  • Deemphasized disabled body text

    Declaration

    Swift

    static var bodyDeemphasizedDisabled: Font { get }
  • body link text

    Declaration

    Swift

    static var bodyLink: Font { get }
  • Emphasized body link text

    Declaration

    Swift

    static var bodyLinkEmphasized: Font { get }
  • Callout text

    Declaration

    Swift

    static var callout: Font { get }
  • Subhead text

    Declaration

    Swift

    static var subhead: Font { get }
  • Emphasized subhead text

    Declaration

    Swift

    static var subheadEmphasized: Font { get }
  • Deemphasized subhead text

    Declaration

    Swift

    static var subheadDeemphasized: Font { get }
  • Footnote text

    Declaration

    Swift

    static var footnote: Font { get }
  • Emphasized footnote text

    Declaration

    Swift

    static var footnoteEmphasized: Font { get }
  • Deemphasized footnote text

    Declaration

    Swift

    static var footnoteDeemphasized: Font { get }
  • Caption 1 text

    Declaration

    Swift

    static var caption1: Font { get }
  • Emphasized caption 1 text

    Declaration

    Swift

    static var caption1Emphasized: Font { get }
  • Deemphasized caption 1 text

    Declaration

    Swift

    static var caption1Deemphasized: Font { get }