Glyphs.DeviceFontName 属性

定义

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

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 的值。

注解

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

依赖项属性信息

标识符字段 DeviceFontNameProperty
元数据属性设置为 true AffectsRender

适用于