---
title: "CTFontCopyPostScriptName(_:)"
framework: coretext
role: symbol
role_heading: Function
path: "coretext/ctfontcopypostscriptname(_:)"
---

# CTFontCopyPostScriptName(_:)

Returns the PostScript name of the given font.

## Declaration

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

## Parameters

- `font`: The font reference.

## Return Value

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

## See Also

### Getting Font Names

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