---
title: printer
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfont/printer
---

# printer

The scalable PostScript font corresponding to current font.

## Declaration

```swift
@NSCopying var printer: NSFont { get }
```

## Discussion

Discussion For a font that already represents a scalable PostScript font, the value in this property is self. For a bitmapped screen font, the value is the corresponding scalable PostScript font.

## See Also

### Instance Properties

- [renderingMode](appkit/nsfont/renderingmode.md)
- [screen](appkit/nsfont/screen.md)
