TextRunProperties.FontRenderingEmSize 属性

定义

获取文本运行的文本大小(以磅为单位)。

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

属性值

Double

一个以 DIP(与设备无关的像素)为单位表示文本大小的 Double。 默认值为 12 DIP。

注解

DIP 为 1/96 英寸。 随着 DIP 增大文本的大小增加。

适用于