GlyphRun.DeviceFontName 属性

定义

获取或设置已优化其 GlyphRun 的特定设备字体。

public:
 property System::String ^ DeviceFontName { System::String ^ get(); void set(System::String ^ value); };
public string DeviceFontName { get; set; }
member this.DeviceFontName : string with get, set
Public Property DeviceFontName As String

属性值

String

一个表示设备字体的 String 值。

注解

当在具有对命名设备字体的内置支持的设备上呈现 a GlyphRun 时, GlyphRun 应使用设备特定的机制来呈现该字体,并通过发送 Unicode 代码点而不是字形索引来呈现该字体。 当呈现到不包含对命名设备字体的内置支持的设备时, DeviceFontName 应忽略。

适用于