GlyphTypeface.Win32FamilyNames プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
GlyphTypeface オブジェクトによって表されるフォントの Win32 ファミリ名を取得します。
public:
property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ Win32FamilyNames { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Win32FamilyNames { get; }
member this.Win32FamilyNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property Win32FamilyNames As IDictionary(Of CultureInfo, String)
プロパティ値
Win32 ファミリ名情報を表すキーと値のペアを格納する IDictionary<TKey,TValue> オブジェクト。 このキーは、カルチャーを識別する CultureInfo オブジェクトです。 値は、Win32 ファミリ名を表す文字列です。
注釈
フォントに指定した言語のファミリ名が指定されていない場合、 Win32FamilyNames プロパティは英語でファミリ名を返します。 Win32 ファミリ名には、通常または太字の重みとスタイルは除外されますが、他の重みとストレッチも含まれます。