PreferredFontSet

public enum PreferredFontSet: String, FontSetProtocol

Implementation of FontSetProtocol which uses UIFont’s preferredFont(forTextStyle:) function to transform Strings into UIFonts

Remark

When using this FontSet, no sizes need be specified as they are implicitly derived from UIFontTextStyle
  • Undocumented

    Declaration

    Swift

    case largeTitle
  • Undocumented

    Declaration

    Swift

    public var font: UIFont