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<TrueTypeFontMode>

ReadOnlyCollection<T> 值的一个 TrueTypeFontMode

注解

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

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

适用于