# `GSFont.displayStrings`

*Instance Property*

Text strings stored for edit tabs.

## Declaration

```swift
var displayStrings: [String] { get set }
```

```objc
@property (nonatomic, strong) NSArray<NSString *> * displayStrings;
```

```python
pyobjc_instanceMethods.displayStrings() -> list[str]
pyobjc_instanceMethods.setDisplayStrings_(displayStrings: list[str])
```

## Discussion

Display strings may contain slash-prefixed glyph names.

## See Also

### Editing Settings

- [`GSFont.keyboardIncrement`](/Core/GlyphsCore/GSFont/keyboardIncrement) — Small keyboard movement step in font units.
- [`GSFont.keyboardIncrementBig`](/Core/GlyphsCore/GSFont/keyboardIncrementBig) — Larger keyboard movement step in font units.
- [`GSFont.keyboardIncrementHuge`](/Core/GlyphsCore/GSFont/keyboardIncrementHuge) — Largest keyboard movement step in font units.
- [`GSFont.snapToObjects`](/Core/GlyphsCore/GSFont/snapToObjects) — A Boolean value that controls whether editing operations snap to nearby objects.
- [`GSFont.previewRemoveOverlap`](/Core/GlyphsCore/GSFont/previewRemoveOverlap) — A Boolean value that controls whether preview drawing removes overlaps.

