# `GSWindowController.loadedFontInfoWindowController`

*Instance Property*

The Font Info window controller if it has already been created, without creating it.

## Declaration

```swift
var loadedFontInfoWindowController: GSInfoWindowController? { get }
```

```objc
@property (nonatomic, readonly) GSInfoWindowController * loadedFontInfoWindowController;
```

```python
loadedFontInfoWindowController() -> GSInfoWindowController
```

