# `GSBasePen initWithGlyphSet:`

*Initializer*

## Declaration

```swift
init!(glyphSet: Any!)
```

```objc
- (instancetype) initWithGlyphSet:(id) glyphSet;
```

```python
initWithGlyphSet_(glyphSet: object) -> GSBasePen
```

