---
title: CGTextDrawingMode.strokeClip
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgtextdrawingmode/strokeclip
---

# CGTextDrawingMode.strokeClip

Perform a stroke operation, then intersect the text with the current clipping path.

## Declaration

```swift
case strokeClip
```

## 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.fillStrokeClip](coregraphics/cgtextdrawingmode/fillstrokeclip.md)
- [CGTextDrawingMode.clip](coregraphics/cgtextdrawingmode/clip.md)
