---
title: useGlyphPathBounds
framework: coretext
role: symbol
role_heading: Type Property
path: coretext/ctlineboundsoptions/useglyphpathbounds
---

# useGlyphPathBounds

An option to use glyph path bounds rather than the default typographic bounds.

## Declaration

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

## See Also

### Line Bounds Options

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