# `GSWindowController.glyphsDocument`

*Instance Property*

Convenience getter casting the return value of -[GSWindowController document] to GSDocument.

## Declaration

```swift
var glyphsDocument: GSDocument? { get }
```

```objc
@property (nonatomic, readonly) GSDocument * glyphsDocument;
```

```python
glyphsDocument() -> GSDocument
```

