Type Property 型プロパティ

characterShapeAttributeName

The character shape attribute. 文字形状属性。

Declaration 宣言

static let characterShapeAttributeName: NSAttributedString.Key

Discussion 議論

An integer value. The value is interpreted as Apple Type Services kCharacterShapeType selector + 1. ある整数値。値は、Apple Type Services kCharacterShapeType selector + 1として解釈されます。

The character shape feature type (kCharacterShapeType) is used when a single font contains different appearances for the same character shape, and these shapes are not traditionally treated as swashes. It is needed for languages such as Chinese that have both traditional and simplified character sets. 文字形状特徴型(kCharacterShapeType)は、ある単一のフォントが別の外観を同じ文字形状に対して含む、そしてそれらの形状が伝統的に先端装飾としてみなされない場合に使われます。それは幾つかの言語に対して必要とされます、例えば中国語など、それは繁体および簡体の文字集合を持ちます。

The default value is 0 (disable). 1 is kTraditionalCharactersSelector, and so on. Refer to <ATS/SFNTLayoutTypes.h> and Font Features in ATSUI Programming Guide for additional information. 省略時の値は 0 です(使用しない)。1 は、kTraditionalCharactersSelector、などなど。<ATS/SFNTLayoutTypes.h>と Font Features を ATSUI Programming Guide において追加情報として参照してください。

See Also 参照

Deprecated Keys 非推奨にされたキー