---
title: CGFontPostScriptFormat
framework: coregraphics
role: symbol
role_heading: Enumeration
path: coregraphics/cgfontpostscriptformat
---

# CGFontPostScriptFormat

Possible formats for a PostScript font subset.

## Declaration

```swift
enum CGFontPostScriptFormat
```

## Topics

### Constants

- [CGFontPostScriptFormat.type1](coregraphics/cgfontpostscriptformat/type1.md)
- [CGFontPostScriptFormat.type3](coregraphics/cgfontpostscriptformat/type3.md)
- [CGFontPostScriptFormat.type42](coregraphics/cgfontpostscriptformat/type42.md)

### Initializers

- [init(rawValue:)](coregraphics/cgfontpostscriptformat/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Working with PostScript Fonts

- [postScriptName](coregraphics/cgfont/postscriptname.md)
- [canCreatePostScriptSubset(_:)](coregraphics/cgfont/cancreatepostscriptsubset(_:).md)
- [createPostScriptSubset(subsetName:format:glyphs:count:encoding:)](coregraphics/cgfont/createpostscriptsubset(subsetname:format:glyphs:count:encoding:).md)
- [createPostScriptEncoding(encoding:)](coregraphics/cgfont/createpostscriptencoding(encoding:).md)
