static let usesScreenFontsDocumentAttribute : NSAttributedString.Key
Discussion 議論
An integer value. The value is interpreted as Apple Type Services k
.
ある整数値。値は、Apple Type Services k
として解釈されます。
The character shape feature type (k
) 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.
文字形状特徴型(k
)は、ある単一のフォントが別の外観を同じ文字形状に対して含む、そしてそれらの形状が伝統的に先端装飾としてみなされない場合に使われます。それは幾つかの言語に対して必要とされます、例えば中国語など、それは繁体および簡体の文字集合を持ちます。
The default value is 0 (disable). 1 is k
and so on. Refer to <ATS/SFNTLayout
and Font Features in ATSUI Programming Guide for additional information.
省略時の値は 0 です(使用しない)。1 は、k
、などなど。<ATS/SFNTLayout
と Font Features を ATSUI Programming Guide において追加情報として参照してください。