# `GSFontMaster.hidden`

*Instance Property*

this is for hiding it from profiles

## Declaration

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

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

```python
hidden() -> bool
setHidden_(hidden: bool)
```

