FamilyTypeface.AdjustedFaceNames 속성

정의

글꼴 구분자로 조정되는 지역화된 글꼴 이름의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::Windows::Markup::XmlLanguage ^, System::String ^> ^ AdjustedFaceNames { System::Collections::Generic::IDictionary<System::Windows::Markup::XmlLanguage ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Windows.Markup.XmlLanguage,string> AdjustedFaceNames { get; }
member this.AdjustedFaceNames : System.Collections.Generic.IDictionary<System.Windows.Markup.XmlLanguage, string>
Public ReadOnly Property AdjustedFaceNames As IDictionary(Of XmlLanguage, String)

속성 값

IDictionary<XmlLanguage,String>

지역화된 서체 이름을 나타내는 IDictionary<TKey,TValue> 형식의 배열입니다.

적용 대상