# `GSGlyphInfo case`

*Instance Method*

The case of the glyph

## Declaration

```swift
func `case`() -> GSCase
```

```objc
- (GSCase) case;
```

[See also `case` in the Python API](https://docu.glyphsapp.com/#GSGlyphInfo.case)

```python
pyobjc_instanceMethods.case() -> GSCase
```

## Discussion

Like Uppercase, Lowercase, smallCaps

