---
title: baselineOffset
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsattributedstring/key/baselineoffset
---

# baselineOffset

The vertical offset for the position of the text.

## Declaration

```swift
static let baselineOffset: NSAttributedString.Key
```

## Discussion

Discussion The value of this attribute is an NSNumber object containing a floating point value indicating the character’s offset from the baseline, in points. The default value is 0. important: This attribute is different from kCTBaselineOffsetAttributeName; you need to use kCTBaselineOffsetAttributeName if you are writing code for Core Text.

## See Also

### Related Documentation

- [kCTBaselineOffsetAttributeName](coretext/kctbaselineoffsetattributename.md)

### Getting rendering attribute keys

- [backgroundColor](foundation/nsattributedstring/key/backgroundcolor.md)
- [font](foundation/nsattributedstring/key/font.md)
- [foregroundColor](foundation/nsattributedstring/key/foregroundcolor.md)
- [glyphInfo](foundation/nsattributedstring/key/glyphinfo.md)
- [kern](foundation/nsattributedstring/key/kern.md)
- [ligature](foundation/nsattributedstring/key/ligature.md)
- [paragraphStyle](foundation/nsattributedstring/key/paragraphstyle.md)
- [strikethroughColor](foundation/nsattributedstring/key/strikethroughcolor.md)
- [strikethroughStyle](foundation/nsattributedstring/key/strikethroughstyle.md)
- [strokeColor](foundation/nsattributedstring/key/strokecolor.md)
- [strokeWidth](foundation/nsattributedstring/key/strokewidth.md)
- [superscript](foundation/nsattributedstring/key/superscript.md)
- [tracking](foundation/nsattributedstring/key/tracking.md)
- [underlineColor](foundation/nsattributedstring/key/underlinecolor.md)
- [underlineStyle](foundation/nsattributedstring/key/underlinestyle.md)
