---
title: type
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uifontdescriptor/featurekey/type
---

# type

A key for identifying the font feature type.

## Declaration

```swift
static let type: UIFontDescriptor.FeatureKey
```

## Discussion

Discussion The value of this key is an NSNumber object specifying the font feature type such as ligature, character shape, or other font feature.

## See Also

### Keys

- [selector](uikit/uifontdescriptor/featurekey/selector.md)
