Share via


PrintCapabilities.TrueTypeFontModeCapability 属性

定义

获取值的集合,这些值用于标识打印机支持的、用于处理 TrueType 字体的方法。

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

属性值

ReadOnlyCollection<T> 值的一个 TrueTypeFontMode

注解

如果打印机不支持对 TrueType 字体进行任何特殊处理的方法,则集合为空。

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

适用于