---
title: CTFontFormat.trueType
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctfontformat/truetype
---

# CTFontFormat.trueType

The font is a recognized TrueType format.

## Declaration

```swift
case trueType
```

## See Also

### Font Formats

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