PrintCapabilities.DeviceFontSubstitutionCapability 属性

定义

获取值的集合,这些值用于标识打印机是否可以用基于设备的字体替换基于计算机的字体,以及如何进行替换。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::DeviceFontSubstitution> ^ DeviceFontSubstitutionCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::DeviceFontSubstitution> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.DeviceFontSubstitution> DeviceFontSubstitutionCapability { get; }
member this.DeviceFontSubstitutionCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.DeviceFontSubstitution>
Public ReadOnly Property DeviceFontSubstitutionCapability As ReadOnlyCollection(Of DeviceFontSubstitution)

属性值

ReadOnlyCollection<T> 值的一个 DeviceFontSubstitution

注解

如果打印机不支持设备字体替换,则集合为空。 如果它确实支持字体替换,则驱动程序应在 On 集合中包含 和 Off 值。

此属性对应于打印架构PageDeviceFontSubstitution关键字 (keyword) 。

适用于