Share via


CharacterMetrics.LeftSideBearing 属性

定义

获取建议的黑盒左边的空白。

public:
 property double LeftSideBearing { double get(); };
public double LeftSideBearing { get; }
member this.LeftSideBearing : double
Public ReadOnly Property LeftSideBearing As Double

属性值

一个 Double 类型的值。

注解

负值表示悬垂。 字符的水平前进方向为

属性值 LeftSideBearingBlackBoxWidth和 的总和 RightSideBearing。 水平推进不能小于零。

适用于