GlyphTypeface.FamilyNames Vlastnost

Definice

Získá název rodiny pro GlyphTypeface objekt.

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)

Hodnota vlastnosti

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota, které představují informace o názvu rodiny. Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je řetězec obsahující název rodiny.

Atributy

Poznámky

Pokud soubor písma neobsahuje název rodiny pro zadaný jazyk, FamilyNames vrátí vlastnost název rodiny v angličtině. Název rodiny nezahrnuje informace o hmotnosti, stylu a roztažení.

Platí pro