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

プロパティ値

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

注釈

カーニングは文字間の間隔を調整して単語の形を強化する文字体裁機能です。

適用対象