---
title: kCTFramePathClippingPathAttributeName
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctframepathclippingpathattributename
---

# kCTFramePathClippingPathAttributeName

Specifies clipping path.

## Declaration

```swift
let kCTFramePathClippingPathAttributeName: CFString
```

## Discussion

Discussion Specifies clipping path.  This attribute is valid only in a dictionary contained in an array specified by kCTFrameClippingPathsAttributeName. The value must be a CGPathRef specifying a clipping path. See kCTFrameClippingPathsAttributeName.

## See Also

### Constants

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