---
title: kCTFrameClippingPathsAttributeName
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctframeclippingpathsattributename
---

# kCTFrameClippingPathsAttributeName

Specifies array of paths to clip frame.

## Declaration

```swift
let kCTFrameClippingPathsAttributeName: CFString
```

## Discussion

Discussion The value must be a CFArrayRef containing CFDictionaryRefs. Each dictionary should have a kCTFramePathClippingPathAttributeName key-value pair, and can have a kCTFramePathFillRuleAttributeName key-value pair and kCTFramePathFillRuleAttributeName key-value pair as optional parameters.

## See Also

### Constants

- [CTFrameProgression](coretext/ctframeprogression.md)
- [kCTFrameProgressionAttributeName](coretext/kctframeprogressionattributename.md)
- [kCTFramePathFillRuleAttributeName](coretext/kctframepathfillruleattributename.md)
- [kCTFramePathWidthAttributeName](coretext/kctframepathwidthattributename.md)
- [kCTFramePathClippingPathAttributeName](coretext/kctframepathclippingpathattributename.md)
