---
title: CTFramePathFillRule.evenOdd
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctframepathfillrule/evenodd
---

# CTFramePathFillRule.evenOdd

Paints the area using the even-odd fill rule.

## Declaration

```swift
case evenOdd
```

## Discussion

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

## See Also

### Enumeration Cases

- [CTFramePathFillRule.windingNumber](coretext/ctframepathfillrule/windingnumber.md)
