# `GSLayer lockReadAlignInfo`

*Instance Method*

Acquires the read lock for alignment information.

## Declaration

```swift
func lockReadAlignInfo()
```

```objc
- (void) lockReadAlignInfo;
```

```python
lockReadAlignInfo()
```

## See Also

### Alignment Locks

- [`GSLayer unlockReadAlignInfo`](/Core/GlyphsCore/GSLayer/unlockReadAlignInfo) — Releases 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.

