# `GSGlyphEditView replaceActiveLayersWithGlyphs:`

*Instance Method*

## Declaration

```swift
func replaceActiveLayers(with glyphs: [GSGlyph])
```

```objc
- (void) replaceActiveLayersWithGlyphs:(NSArray<GSGlyph *> *) glyphs;
```

```python
replaceActiveLayersWithGlyphs_(glyphs: list[GSGlyph])
```

