Type Aliases

The following type aliases are available globally.

  • Typealias used for colors. It maps to UIColor.

  • Typealias used for fonts. It maps to UIFont.

  • Typealias used for colors. It maps to NSColor.

    Declaration

    Swift

    public typealias Color = NSColor
  • Typealias used for fonts. It maps to NSFont.

    Declaration

    Swift

    public typealias Font = NSFont