다음을 통해 공유


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)

속성 값

값의 TrueTypeFontMode A ReadOnlyCollection<T> 입니다.

설명

프린터에서 TrueType 글꼴에 대한 특수 처리 방법을 지원하지 않으면 컬렉션이 비어 있습니다.

이 속성은 인쇄 스키마PageTrueTypeFontMode 키워드에 해당합니다.

적용 대상