UIFont

public extension UIFont
  • Undocumented

    Declaration

    Swift

    var traits: UIFontDescriptor.SymbolicTraits { get }
  • Undocumented

    Declaration

    Swift

    var isBold: Bool { get }
  • Undocumented

    Declaration

    Swift

    var isItalics: Bool { get }
  • Undocumented

    Declaration

    Swift

    var isMonoSpaced: Bool { get }
  • Undocumented

    Declaration

    Swift

    var isAppleEmoji: Bool { get }
  • Undocumented

    Declaration

    Swift

    var textStyle: UIFont.TextStyle { get }
  • Undocumented

    Declaration

    Swift

    var isNonDynamicTextStyle: Bool { get }
  • Undocumented

    Declaration

    Swift

    func contains(trait: UIFontDescriptor.SymbolicTraits) -> Bool
  • Undocumented

    Declaration

    Swift

    func toggled(trait: UIFontDescriptor.SymbolicTraits) -> UIFont
  • Undocumented

    Declaration

    Swift

    func adding(trait: UIFontDescriptor.SymbolicTraits) -> UIFont
  • Undocumented

    Declaration

    Swift

    func removing(trait: UIFontDescriptor.SymbolicTraits) -> UIFont