---
title: "CTFontCopyDisplayName(_:)"
framework: coretext
role: symbol
role_heading: Function
path: "coretext/ctfontcopydisplayname(_:)"
---

# CTFontCopyDisplayName(_:)

Returns the display name of the given font.

## Declaration

```swift
func CTFontCopyDisplayName(_ font: CTFont) -> CFString
```

## Parameters

- `font`: The font reference.

## Discussion

Discussion A retained reference to the localized display name of the font.

## See Also

### Getting Font Names

- [CTFontCopyPostScriptName(_:)](coretext/ctfontcopypostscriptname(_:).md)
- [CTFontCopyFamilyName(_:)](coretext/ctfontcopyfamilyname(_:).md)
- [CTFontCopyFullName(_:)](coretext/ctfontcopyfullname(_:).md)
- [CTFontCopyName(_:_:)](coretext/ctfontcopyname(_:_:).md)
- [CTFontCopyLocalizedName(_:_:_:)](coretext/ctfontcopylocalizedname(_:_:_:).md)
