TypographyOptions

public protocol TypographyOptions

TypographyOptions options to configure typography

  • shouldScaleFont Default implementation

    Adjust fonts as per content size category.

    Default Implementation

    Default scales fonts.

    Declaration

    Swift

    static var shouldScaleFont: Bool { get }