---
title: "CTFontCopyFullName(_:)"
framework: coretext
role: symbol
role_heading: Function
path: "coretext/ctfontcopyfullname(_:)"
---

# CTFontCopyFullName(_:)

Returns the full name of the given font.

## Declaration

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

## Parameters

- `font`: The font reference.

## Return Value

Return Value A retained reference to the full name of the font.

## See Also

### Getting Font Names

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