Contents

verticalGlyphForm

The vertical glyph form of the text.

Declaration

static let verticalGlyphForm: NSAttributedString.Key

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