PrintCapabilities.TrueTypeFontModeCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取值的集合,这些值用于标识打印机支持的、用于处理 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) 。