GlyphTypeface.FaceNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the face name for the GlyphTypeface object.
public:
property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ FaceNames { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> FaceNames { get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> FaceNames { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.FaceNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.FaceNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property FaceNames As IDictionary(Of CultureInfo, String)
Property Value
An IDictionary<TKey,TValue> object that contains key/value pairs that represent face name information. The key is a CultureInfo object that identifies the culture. The value is a string containing the face name.
- Attributes
Remarks
If the font file does not provide a name for the specified language, the FaceNames property returns the face name in English. The face name may identify weight, style, and/or stretch information.