# `GSLayer.italicAngle`

*Instance Property*

Italic angle from the associated master.

## Declaration

```swift
var italicAngle: CGFloat { get }
```

```objc
@property (nonatomic, readonly) CGFloat italicAngle;
```

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

```python
pyobjc_instanceMethods.italicAngle() -> float
```

## See Also

### Common Master Metrics

- [`GSLayer.ascender`](/Core/GlyphsCore/GSLayer/ascender) — Ascender value from the associated master.
- [`GSLayer.descender`](/Core/GlyphsCore/GSLayer/descender) — Descender value from the associated master.
- [`GSLayer.slantHeight`](/Core/GlyphsCore/GSLayer/slantHeight) — Slant height from the associated master.
- [`GSLayer.topHeight`](/Core/GlyphsCore/GSLayer/topHeight) — Top height from the associated master.

