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

# displayName

The name of the font, including family and face names, to use when displaying the font information to the user.

## Declaration

```swift
var displayName: String? { get }
```

## Discussion

Discussion The font’s display name is typically localized for the user’s language.

## See Also

### Getting Font Names

- [familyName](appkit/nsfont/familyname.md)
- [fontName](appkit/nsfont/fontname.md)
