# `GlyphsPathPlugin pasteOutlines:intoLayer:format:checkSelection:error:`

*Type Method*

## Declaration

```swift
class func pasteOutlines(_ data: Data, into layer: GSLayer, format: GSFormatVersion, checkSelection: Bool) throws
```

```objc
+ (BOOL) pasteOutlines:(NSData *) data intoLayer:(GSLayer *) layer format:(GSFormatVersion) format checkSelection:(BOOL) checkSelection error:(NSError **) error;
```

```python
pasteOutlines_intoLayer_format_checkSelection_error_(data: bytes, layer: GSLayer, format: GSFormatVersion, checkSelection: bool) -> tuple[bool, NSError]
```

