# `GSAlignment`

*Enumeration*

## Declaration

```swift
enum GSAlignment
```

```objc
enum GSAlignment : uint8_t;
```

```python
GSAlignment
```

## Topics

### Enumeration Cases

- [`GSAlignment.GSAlignmentNone`](/Core/GlyphsCore/GSAlignment/GSAlignmentNone)
- [`GSAlignment.GSBottomCenter`](/Core/GlyphsCore/GSAlignment/GSBottomCenter)
- [`GSAlignment.GSBottomLeft`](/Core/GlyphsCore/GSAlignment/GSBottomLeft)
- [`GSAlignment.GSBottomRight`](/Core/GlyphsCore/GSAlignment/GSBottomRight)
- [`GSAlignment.GSCenterCenter`](/Core/GlyphsCore/GSAlignment/GSCenterCenter)
- [`GSAlignment.GSCenterLeft`](/Core/GlyphsCore/GSAlignment/GSCenterLeft)
- [`GSAlignment.GSCenterRight`](/Core/GlyphsCore/GSAlignment/GSCenterRight)
- [`GSAlignment.GSTopCenter`](/Core/GlyphsCore/GSAlignment/GSTopCenter)
- [`GSAlignment.GSTopLeft`](/Core/GlyphsCore/GSAlignment/GSTopLeft)
- [`GSAlignment.GSTopRight`](/Core/GlyphsCore/GSAlignment/GSTopRight)

