---
title: kCTFontSlantTrait
framework: coretext
role: symbol
role_heading: Global Variable
path: coretext/kctfontslanttrait
---

# kCTFontSlantTrait

The normalized slant angle from the font traits dictionary.

## Declaration

```swift
let kCTFontSlantTrait: CFString
```

## Discussion

Discussion The value returned is a CFNumber object representing a float value between -1.0 and 1.0 for normalized slant angle. The value of 0.0 corresponds to 0 degrees clockwise rotation from the vertical and 1.0 corresponds to 30 degrees clockwise rotation.

## See Also

### Font Trait Keys

- [kCTFontSymbolicTrait](coretext/kctfontsymbolictrait.md)
- [kCTFontWeightTrait](coretext/kctfontweighttrait.md)
- [kCTFontWidthTrait](coretext/kctfontwidthtrait.md)
