---
title: "removeTextCombine(in:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avmutablecaption/removetextcombine(in:)"
---

# removeTextCombine(in:)

Removes text combine from a range.

## Declaration

```swift
@nonobjc func removeTextCombine(in range: NSRange)
```

## Parameters

- `range`: The range from which the system removes text combine.

## See Also

### Configuring advanced typography

- [AVCaption.Ruby](avfoundation/avcaption/ruby.md)
- [setRuby(_:in:)](avfoundation/avmutablecaption/setruby(_:in:).md)
- [removeRuby(in:)](avfoundation/avmutablecaption/removeruby(in:).md)
- [AVCaption.TextCombine](avfoundation/avcaption/textcombine.md)
- [setTextCombine(_:in:)](avfoundation/avmutablecaption/settextcombine(_:in:).md)
