---
title: CTFramePathFillRule.windingNumber
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctframepathfillrule/windingnumber
---

# CTFramePathFillRule.windingNumber

Paints the area using the nonzero winding number rule.

## Declaration

```swift
case windingNumber
```

## Discussion

Discussion Text is filled in the area that would be painted if the path were given to CGContextFillPath.

## See Also

### Enumeration Cases

- [CTFramePathFillRule.evenOdd](coretext/ctframepathfillrule/evenodd.md)
