# `GSLayer unlockReadAlignInfo`

*Instance Method*

Releases the read lock for alignment information.

## Declaration

```swift
func unlockReadAlignInfo()
```

```objc
- (void) unlockReadAlignInfo;
```

```python
unlockReadAlignInfo()
```

## See Also

### Alignment Locks

- [`GSLayer lockReadAlignInfo`](/Core/GlyphsCore/GSLayer/lockReadAlignInfo) — Acquires the read lock for alignment information.
- [`GSLayer lockWriteAlignInfo`](/Core/GlyphsCore/GSLayer/lockWriteAlignInfo) — Acquires the write lock for alignment information.
- [`GSLayer unlockWriteAlignInfo`](/Core/GlyphsCore/GSLayer/unlockWriteAlignInfo) — Releases the write lock for alignment information.

