Type Property 型プロパティ

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. この属性の値は、integerを含んでいるNSNumberオブジェクトです。値0は、水平テキストを指し示します。値1は、垂直テキストを指し示します。iOSでは、水平テキストが常に使われます、そして異なる値を指定することは未定義です。

See Also 参照

Keys キー