---
title: excludeTypographicShifts
framework: coretext
role: symbol
role_heading: Type Property
path: coretext/ctlineboundsoptions/excludetypographicshifts
---

# excludeTypographicShifts

An option to ignore cross-stream shifts due to positioning, such as kerning or baseline alignment.

## Declaration

```swift
static var excludeTypographicShifts: CTLineBoundsOptions { get }
```

## See Also

### Line Bounds Options

- [excludeTypographicLeading](coretext/ctlineboundsoptions/excludetypographicleading.md)
- [includeLanguageExtents](coretext/ctlineboundsoptions/includelanguageextents.md)
- [useGlyphPathBounds](coretext/ctlineboundsoptions/useglyphpathbounds.md)
- [useHangingPunctuation](coretext/ctlineboundsoptions/usehangingpunctuation.md)
- [useOpticalBounds](coretext/ctlineboundsoptions/useopticalbounds.md)
