GlyphTypeface.FamilyNames 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 family name for the GlyphTypeface object.
public:
property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ FamilyNames { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> FamilyNames { get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> FamilyNames { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.FamilyNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.FamilyNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property FamilyNames As IDictionary(Of CultureInfo, String)
Property Value
An IDictionary<TKey,TValue> object that contains key/value pairs that represent family name information. The key is a CultureInfo object that identifies the culture. The value is a string containing the family name.
- Attributes
Remarks
If the font file does not provide a family name for the specified language, the FamilyNames property returns the family name in English. The family name excludes weight, style, and stretch information.