共用方式為


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

備註

Kerning 是一種印刷樣式函式,可調整字元之間的間距以增強文字圖案。

適用於