PrintCapabilities.DeviceFontSubstitutionCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取值的集合,这些值用于标识打印机是否可以用基于设备的字体替换基于计算机的字体,以及如何进行替换。
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) 。