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<TKey,TValue> 型の配列。

適用対象