# `GSGlyphCopyAll`

*Global Variable*

All copyable glyph and layer data.

## Declaration

```swift
let GSGlyphCopyAll: GSGlyphCopyOptions
```

```objc
extern const GSGlyphCopyOptions GSGlyphCopyAll;
```

```python
GSGlyphCopyAll: GSGlyphCopyOptions
```

## See Also

### Copy Options

- [`GSGlyphCopyMasterAndSpecialLayers`](/Core/GlyphsCore/GSGlyphCopyMasterAndSpecialLayers) — Master and special layers.
- [`GSGlyphCopyAllLayers`](/Core/GlyphsCore/GSGlyphCopyAllLayers) — Master and special layers.
- [`GSGlyphCopyThin`](/Core/GlyphsCore/GSGlyphCopyThin) — Master layers without background or additional editing data.

