Aracılığıyla paylaş


GlyphTypeface.FaceNames Özellik

Tanım

Nesnenin yüz adını GlyphTypeface alır.

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)

Özellik Değeri

IDictionary<CultureInfo,String>

IDictionary<TKey,TValue> Yüz adı bilgilerini temsil eden anahtar/değer çiftleri içeren bir nesne. Anahtar, kültürü tanımlayan bir CultureInfo nesnedir. Değer, yüz adını içeren bir dizedir.

Öznitelikler

Açıklamalar

Yazı tipi dosyası belirtilen dil için bir ad sağlamıyorsa, FaceNames özellik yüz adını İngilizce olarak döndürür. Yüz adı ağırlık, stil ve/veya esnetme bilgilerini tanımlayabilir.

Şunlara uygulanır