---
title: kCTFramePathFillRuleAttributeName
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctframepathfillruleattributename
---

# kCTFramePathFillRuleAttributeName

The key used to specify the fill rule for a frame.

## Declaration

```swift
let kCTFramePathFillRuleAttributeName: CFString
```

## Discussion

Discussion The value must be a CFNumber object containing a CTFramePathFillRule constant. The default value is CTFramePathFillRule.evenOdd.

## See Also

### Constants

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