Sdílet prostřednictvím


GlyphTypeface.FaceNames Vlastnost

Definice

Získá název tváře objektu GlyphTypeface .

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)

Hodnota vlastnosti

IDictionary<CultureInfo,String>

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

Atributy

Poznámky

Pokud soubor písma nezadává název zadaného jazyka, FaceNames vrátí vlastnost název tváře v angličtině. Název tváře může identifikovat informace o hmotnosti, stylu a/nebo roztažení.

Platí pro