# `GSFontCheckerProtocol checkFont:error:`

*Instance Method*

## Declaration

```swift
func check(_ font: GSFont!) throws -> [Any]
```

```objc
- (NSArray *) checkFont:(GSFont *) font error:(NSError **) error;
```

```python
checkFont_error_(font: GSFont) -> tuple[list, NSError]
```

