UIFont

extension UIFont

GeneralUIFont.swift is an extension on the UIFont class that defines different fonts to use in specific scenarios. This ensures consistency among GeneralUILabel objects, GeneralUITextField objects, and UIButton objects.

  • This is the default font that is used by GeneralUIButton objects.

    Declaration

    Swift

    public class var BUTTON: UIFont
  • This is the default font that is used by GeneralUILabel objects.

    Declaration

    Swift

    public class var LABEL: UIFont
  • This is the default font that is used by GeneralUITextField objects.

    Declaration

    Swift

    public class var TEXTFIELD: UIFont
  • This is the font that is used by text that appears under the logo on the InitialViewController

    Declaration

    Swift

    public class var LOGO: UIFont
  • This is the font that is used by NoiseMeterViewController to display the Noise Level in decibels.

    Declaration

    Swift

    public class var LARGE: UIFont
  • This is the font that is used by NoiseMeterViewController to caption the different colors in the Noise Meter.

    Declaration

    Swift

    public class var CAPTION: UIFont
  • This is the font that is used by EqualizerViewController to display the different band frequencies.

    Declaration

    Swift

    public class var EQUALIZER: UIFont