<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@E@CTFontFormat"
  },
  "title" : "CTFontFormat"
}
-->

# CTFontFormat

The recognized format of the font.

```
enum CTFontFormat
```

## Overview

Use the values of this enumeration for [`kCTFontFormatAttribute`](/documentation/CoreText/kCTFontFormatAttribute).

## Topics

### Font Formats

[`CTFontFormat.unrecognized`](/documentation/CoreText/CTFontFormat/unrecognized)

The font is not a recognized format.

[`CTFontFormat.openTypePostScript`](/documentation/CoreText/CTFontFormat/openTypePostScript)

The font is an OpenType format containing PostScript data.

[`CTFontFormat.openTypeTrueType`](/documentation/CoreText/CTFontFormat/openTypeTrueType)

The font is an OpenType format containing TrueType data.

[`CTFontFormat.trueType`](/documentation/CoreText/CTFontFormat/trueType)

The font is a recognized TrueType format.

[`CTFontFormat.postScript`](/documentation/CoreText/CTFontFormat/postScript)

The font is a recognized PostScript format.

[`CTFontFormat.bitmap`](/documentation/CoreText/CTFontFormat/bitmap)

The font is a bitmap-only format.

## See Also

[`kCTFontFormatAttribute`](/documentation/CoreText/kCTFontFormatAttribute)

The recognized format of the font.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)