---
title: CTFontFormat.postScript
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctfontformat/postscript
---

# CTFontFormat.postScript

The font is a recognized PostScript format.

## Declaration

```swift
case postScript
```

## See Also

### Font Formats

- [CTFontFormat.unrecognized](coretext/ctfontformat/unrecognized.md)
- [CTFontFormat.openTypePostScript](coretext/ctfontformat/opentypepostscript.md)
- [CTFontFormat.openTypeTrueType](coretext/ctfontformat/opentypetruetype.md)
- [CTFontFormat.trueType](coretext/ctfontformat/truetype.md)
- [CTFontFormat.bitmap](coretext/ctfontformat/bitmap.md)
