UIFont

extension UIFont
  • Returns the bold face of the this font, if avaiable.

    Declaration

    Swift

    func bold() -> UIFont

    Return Value

    Bold face of the this font.

  • Returns the rounded face of the this font, if avaiable.

    Declaration

    Swift

    func rounded() -> UIFont

    Return Value

    Rounded face of the this font.