# `GSGlyphEditView.doKerning`

*Instance Property*

Set if kerning is active.

## Declaration

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

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

```python
doKerning() -> bool
setDoKerning_(doKerning: bool)
```

