# `GSTextStorage`

*Class*

## Declaration

```swift
class GSTextStorage
```

```objc
@interface GSTextStorage : NSObject
```

```python
class GSTextStorage(NSObject)
```

## Topics

### Instance Properties

- [`GSTextStorage.text`](/Core/GlyphsApp/GSTextStorage/text)

### Instance Methods

- [`GSTextStorage rangeOfComposedCharacterSequenceAtIndex:`](/Core/GlyphsApp/GSTextStorage/rangeOfComposedCharacterSequenceAtIndex:)
- [`GSTextStorage rangeOfComposedCharacterSequencesForRange:`](/Core/GlyphsApp/GSTextStorage/rangeOfComposedCharacterSequencesForRange:)
- [`GSTextStorage replaceCharactersInRange:withString:`](/Core/GlyphsApp/GSTextStorage/replaceCharactersInRange:withString:)
- [`GSTextStorage replaceOccurrencesOfString:withString:`](/Core/GlyphsApp/GSTextStorage/replaceOccurrencesOfString:withString:)

### Type Methods

- [`GSTextStorage textStorage`](/Core/GlyphsApp/GSTextStorage/textStorage)

## Relationships

### Inherits From

- `NSObject`

