---
title: includeLanguageExtents
framework: coretext
role: symbol
role_heading: Type Property
path: coretext/ctlineboundsoptions/includelanguageextents
---

# includeLanguageExtents

An option to include additional space based on common glyph sequences for various languages.

## Declaration

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

## Discussion

Discussion Use the result of this option when drawing to avoid clipping that the typographic bounds may cause. This option doesn’t have an effect when you use it with useGlyphPathBounds.

## See Also

### Line Bounds Options

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