---
title: "textCombine(at:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avcaption/textcombine(at:)"
---

# textCombine(at:)

Returns the text combine at the index position.

## Declaration

```swift
@nonobjc func textCombine(at index: String.Index) -> (AVCaption.TextCombine, Range<String.Index>)
```

## Parameters

- `index`: A character position in the caption text.

## Return Value

Return Value A tuple that contains the text combine color and range to which it applies.

## See Also

### Accessing advanced typography

- [ruby(at:)](avfoundation/avcaption/ruby(at:).md)
- [AVCaption.Ruby](avfoundation/avcaption/ruby.md)
- [AVCaption.TextCombine](avfoundation/avcaption/textcombine.md)
