GlyphTypeface.Win32FamilyNames プロパティ

定義

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)

プロパティ値

IDictionary<CultureInfo,String>

Win32 ファミリ名情報を表すキーと値のペアを格納する IDictionary<TKey,TValue> オブジェクト。 このキーは、カルチャーを識別する CultureInfo オブジェクトです。 値は、Win32 ファミリ名を表す文字列です。

注釈

フォントに指定した言語のファミリ名が指定されていない場合、 Win32FamilyNames プロパティは英語でファミリ名を返します。 Win32 ファミリ名には、通常または太字の重みとスタイルは除外されますが、他の重みとストレッチも含まれます。

適用対象

こちらもご覧ください