FontDescriptor.FontSize 属性

定义

获取用 Font 对象单位度量的字体对象的全身高度。 这是用于创建字体的值。 如果要使用此字体 (例如,) 行距来获取文本行的高度,请改用 FontHeight。

public:
 property float FontSize { float get(); };
public float FontSize { get; }
member this.FontSize : single
Public ReadOnly Property FontSize As Single

属性值

Single

返回以 Font 对象单位度量的字体对象的全身高度。

适用于