# `GSGlyph setCase:`

*Instance Method*

Assigns the case classification used to interpret and organize the glyph.

## Declaration

```objc
- (void) setCase:(GSCase) aCase;
```

```python
setCase_(aCase: GSCase)
```

## See Also

### Case

- [`GSGlyph case`](/Core/GlyphsCore/GSGlyph/case) — The case classification used to interpret and organize the glyph.
- [`GSGlyph setCaseFast:`](/Core/GlyphsCore/GSGlyph/setCaseFast:) — Assigns a case classification without recording a glyph change.
- [`GSGlyph.storeCase`](/Core/GlyphsCore/GSGlyph/storeCase) — Whether the case classification is stored as glyph-local glyph info.

