UIFont

  • The normal font name of the system, used when not nil. If nil, the default system font is used instead.

    Declaration

    Swift

    open static var normalFontName: String?
  • The bold font name of the system, used when not nil. If nil, the default system font is used instead.

    Declaration

    Swift

    open static var boldFontName: String?
  • The italic font name of the system, used when not nil. If nil, the default system font is used instead.

    Declaration

    Swift

    open static var italicFontName: String?