次の方法で共有


TextRunTypographyProperties.Kerning プロパティ

定義

カーニングが有効かどうかを示す値を取得します。

public:
 abstract property bool Kerning { bool get(); };
public abstract bool Kerning { get; }
member this.Kerning : bool
Public MustOverride ReadOnly Property Kerning As Boolean

プロパティ値

Boolean

カーニングが有効な場合は true。それ以外の場合は false。 既定値は、true です。

注釈

カーニングは文字間の間隔を調整して単語の形状を向上させる文字体裁機能です。

適用対象