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

# NSVerticalGlyphFormAttributeName

The vertical glyph form of the text.

## Declaration

```occ
extern NSAttributedStringKey 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

- [NSAccessibilityAttachmentTextAttribute](appkit/nsaccessibilityattachmenttextattribute.md)
- [NSExpansionAttributeName](appkit/nsexpansionattributename.md)
- [NSObliquenessAttributeName](appkit/nsobliquenessattributename.md)
- [NSCharacterShapeAttributeName](appkit/nscharactershapeattributename.md)
- [NSUsesScreenFontsDocumentAttribute](appkit/nsusesscreenfontsdocumentattribute.md)
