<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFont/renderingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSFont(py)renderingMode"
  },
  "title" : "renderingMode"
}
-->

# renderingMode

The rendering mode of the font.

```
var renderingMode: NSFontRenderingMode { get }
```

## Discussion

For a list of valid rendering modes, see [`NSFontRenderingMode`](/documentation/AppKit/NSFontRenderingMode).

## See Also

[`screenFont(with:)`](/documentation/AppKit/NSFont/screenFont(with:))

Returns a bitmapped screen font, when sent to a font object representing a scalable PostScript font, with the specified rendering mode, matching the receiver in typeface and matrix (or size), or `nil` if such a font can’t be found.



---

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)