# `GSGlyphEditView insertLayersWithGlyphs:`

*Instance Method*

## Declaration

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

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

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

