Type Property 型プロパティ

kern

The kerning of the text. このテキストのカーニング。

Declaration 宣言

static let kern: NSAttributedString.Key

Discussion 議論

The value of this attribute is an NSNumber object containing a floating-point value. This value specifies the number of points by which to adjust kern-pair characters. Kerning prevents unwanted space from occurring between specific characters and depends on the font. The value 0 means kerning is disabled. The default value for this attribute is 0. この属性の値は、浮動小数点値を含んでいるNSNumberオブジェクトです。この値は、それによってカーンペア文字を調整するポイント数を指定します。カーニングは、不要な空きが特定の文字間に発生するのを防ぎます、そしてフォントに依存します。値0は、カーニングされないのを意味します。この属性の省略時の値は、0です。

See Also 参照

Keys キー