---
title: NSVerticalGlyphFormAttributeName
framework: uikit
role: symbol
role_heading: Global Variable
path: uikit/nsverticalglyphformattributename
---

# NSVerticalGlyphFormAttributeName

The vertical glyph form of the text.

## Declaration

```occ
extern NSAttributedStringKey const NSVerticalGlyphFormAttributeName;
```

## 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

- [NSExpansionAttributeName](uikit/nsexpansionattributename.md)
- [NSObliquenessAttributeName](uikit/nsobliquenessattributename.md)
