---
title: kCTFramePathWidthAttributeName
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctframepathwidthattributename
---

# kCTFramePathWidthAttributeName

The key used to specify the frame width.

## Declaration

```swift
let kCTFramePathWidthAttributeName: CFString
```

## Discussion

Discussion The value must be a CFNumber object containing a value specifying the frame width. The default width value is zero.

## See Also

### Constants

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