# `GSLayer applyCustomParameters:supporting:font:error:`

*Instance Method*

## Declaration

```swift
func applyCustomParameters(_ customParameters: [Any]!, supporting supportedFeatures: GSDrawStackFeature, font: GSFont!) throws
```

```objc
- (BOOL) applyCustomParameters:(NSArray *) customParameters supporting:(GSDrawStackFeature) supportedFeatures font:(GSFont *) font error:(NSError **) error;
```

```python
applyCustomParameters_supporting_font_error_(customParameters: list, supportedFeatures: GSDrawStackFeature, font: GSFont) -> tuple[bool, NSError]
```

