---
title: verticalGlyphForm
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsattributedstring/key/verticalglyphform
---

# verticalGlyphForm

The vertical glyph form of the text.

## Declaration

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

## Discussion

Discussion The value of this attribute is an NSNumber object containing an integer. The value 0 indicates horizontal text. The value 1 indicates vertical text. In iOS, horizontal text is always used and specifying a different value is undefined.

## See Also

### Deprecated Keys

- [expansion](foundation/nsattributedstring/key/expansion.md)
- [obliqueness](foundation/nsattributedstring/key/obliqueness.md)
- [characterShapeAttributeName](foundation/nsattributedstring/key/charactershapeattributename.md)
- [usesScreenFontsDocumentAttribute](foundation/nsattributedstring/key/usesscreenfontsdocumentattribute.md)
