# `GSGlyphEditView.doSpacing`

*Instance Property*

Set if spacing is active.

## Declaration

```swift
var doSpacing: Bool { get set }
```

```objc
@property (nonatomic) BOOL doSpacing;
```

```python
doSpacing() -> bool
setDoSpacing_(doSpacing: bool)
```

