---
title: CGTextDrawingMode.fillStrokeClip
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgtextdrawingmode/fillstrokeclip
---

# CGTextDrawingMode.fillStrokeClip

Perform fill then stroke operations, then intersect the text with the current clipping path.

## Declaration

```swift
case fillStrokeClip
```

## See Also

### Constants

- [CGTextDrawingMode.fill](coregraphics/cgtextdrawingmode/fill.md)
- [CGTextDrawingMode.stroke](coregraphics/cgtextdrawingmode/stroke.md)
- [CGTextDrawingMode.fillStroke](coregraphics/cgtextdrawingmode/fillstroke.md)
- [CGTextDrawingMode.invisible](coregraphics/cgtextdrawingmode/invisible.md)
- [CGTextDrawingMode.fillClip](coregraphics/cgtextdrawingmode/fillclip.md)
- [CGTextDrawingMode.strokeClip](coregraphics/cgtextdrawingmode/strokeclip.md)
- [CGTextDrawingMode.clip](coregraphics/cgtextdrawingmode/clip.md)
