GlyphTypeface.Win32FamilyNames Property

Definition

Gets the Win32 family name for the font represented by the GlyphTypeface object.

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)

Property Value

An IDictionary<TKey,TValue> object that contains key/value pairs that represent Win32 family name information. The key is a CultureInfo object that identifies the culture. The value is a string that represents the Win32 family name.

Remarks

If the font does not provide a family name for the specified language, the Win32FamilyNames property returns the family name in English. The Win32 family name excludes regular or bold weights and style, but it includes other weights and stretch.

Applies to

See also