---
title: CTFontFormat.openTypePostScript
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctfontformat/opentypepostscript
---

# CTFontFormat.openTypePostScript

The font is an OpenType format containing PostScript data.

## Declaration

```swift
case openTypePostScript
```

## See Also

### Font Formats

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