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> 的陣列,表示當地語系化的字樣名稱。

適用於