Returns the font used for menu bar items, in the specified size.
SDK
- macOS 10.3+
Framework
- App
Kit
Returns the font used for menu bar items, in the specified size.
SDK
Framework
class func bold System Font(of Size: CGFloat) -> NSFont
Returns the Aqua system font used for standard interface items that are rendered in boldface type in the specified size.
class func control Content Font(of Size: CGFloat) -> NSFont
Returns the font used for the content of controls in the specified size.
class func label Font(of Size: CGFloat) -> NSFont
Returns the font used for standard interface labels in the specified size.
class func menu Font(of Size: CGFloat) -> NSFont
Returns the font used for menu items, in the specified size.
class func message Font(of Size: CGFloat) -> NSFont
Returns the font used for standard interface items, such as button labels, menu items, and so on, in the specified size.
class func palette Font(of Size: CGFloat) -> NSFont
Returns the font used for palette window title bars, in the specified size.
class func system Font(of Size: CGFloat) -> NSFont
Returns the Aqua system font used for standard interface items, such as button labels, menu items, and so on, in the specified size.
class func title Bar Font(of Size: CGFloat) -> NSFont
Returns the font used for window title bars, in the specified size.
class func tool Tips Font(of Size: CGFloat) -> NSFont
Returns the font used for tool tips labels, in the specified size.
struct NSFont .Weight
System-defined font-weight values.