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 是一种版式函数,用于调整字符之间的间距以增强字形。

适用于