<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFont/Weight",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSFontWeight"
  },
  "title" : "NSFont.Weight"
}
-->

# NSFont.Weight

System-defined font-weight values.

```
struct Weight
```

## Topics

### Font Weights

[`ultraLight`](/documentation/AppKit/NSFont/Weight/ultraLight)

The font weight for system ultra light font.

[`thin`](/documentation/AppKit/NSFont/Weight/thin)

The font weight for system thin font.

[`light`](/documentation/AppKit/NSFont/Weight/light)

The font weight for system light font.

[`regular`](/documentation/AppKit/NSFont/Weight/regular)

The font weight for system regular font.

[`medium`](/documentation/AppKit/NSFont/Weight/medium)

The font weight for system medium font.

[`semibold`](/documentation/AppKit/NSFont/Weight/semibold)

The font weight for system semibold font.

[`bold`](/documentation/AppKit/NSFont/Weight/bold)

The font weight for system bold font.

[`heavy`](/documentation/AppKit/NSFont/Weight/heavy)

The font weight for system heavy font.

[`black`](/documentation/AppKit/NSFont/Weight/black)

The font weight for system black font.

### Initializers

[`init(_:)`](/documentation/AppKit/NSFont/Weight/init(_:))

[`init(rawValue:)`](/documentation/AppKit/NSFont/Weight/init(rawValue:))



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)