GlyphTypeface.Win32FaceNames Property

Definition

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

public:
 property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ Win32FaceNames { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Win32FaceNames { get; }
member this.Win32FaceNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property Win32FaceNames As IDictionary(Of CultureInfo, String)

Property Value

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

Remarks

If the font does not provide a name for the specified language, it returns the face name in English. The Win32 face name may identify weights (other than regular or bold), and/or style, but may not identify stretch or other weights.

Applies to

See also