---
title: slant
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uifontdescriptor/traitkey/slant
---

# slant

The relative slant angle of the font.

## Declaration

```swift
static let slant: UIFontDescriptor.TraitKey
```

## Discussion

Discussion The value of this key is an NSNumber object. The valid value range is from -1.0 to 1.0. The value of 0.0 corresponds to 0 degree clockwise rotation from the vertical and 1.0 corresponds to 30 degrees clockwise rotation.

## See Also

### Font traits

- [symbolic](uikit/uifontdescriptor/traitkey/symbolic.md)
- [weight](uikit/uifontdescriptor/traitkey/weight.md)
- [width](uikit/uifontdescriptor/traitkey/width.md)
