---
title: kCTFontFeatureTypeSelectorsKey
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctfontfeaturetypeselectorskey
---

# kCTFontFeatureTypeSelectorsKey

## Declaration

```swift
let kCTFontFeatureTypeSelectorsKey: CFString
```

## Discussion

Discussion Key to get the array of font feature selectors as a CFArrayRef object. This is an array of selector dictionaries that contain the values for the font feature selector keys listed in this group.

## See Also

### Constants

- [kCTFontFeatureTypeIdentifierKey](coretext/kctfontfeaturetypeidentifierkey.md)
- [kCTFontFeatureTypeNameKey](coretext/kctfontfeaturetypenamekey.md)
- [kCTFontFeatureTypeExclusiveKey](coretext/kctfontfeaturetypeexclusivekey.md)
- [kCTFontFeatureSelectorIdentifierKey](coretext/kctfontfeatureselectoridentifierkey.md)
- [kCTFontFeatureSelectorNameKey](coretext/kctfontfeatureselectornamekey.md)
- [kCTFontFeatureSelectorDefaultKey](coretext/kctfontfeatureselectordefaultkey.md)
- [kCTFontFeatureSelectorSettingKey](coretext/kctfontfeatureselectorsettingkey.md)
- [kCTFontFeatureSampleTextKey](coretext/kctfontfeaturesampletextkey.md)
- [kCTFontFeatureTooltipTextKey](coretext/kctfontfeaturetooltiptextkey.md)
