# `GSFontMaster.visible`

*Instance Property*

## Declaration

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

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

```python
visible() -> bool
setVisible_(visible: bool)
```

