GlyphTypeface.Win32FamilyNames 属性

定义

获取由 GlyphTypeface 对象表示的字体的 Win32 系列名称。

public:
 property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ Win32FamilyNames { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Win32FamilyNames { get; }
member this.Win32FamilyNames : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property Win32FamilyNames As IDictionary(Of CultureInfo, String)

属性值

IDictionary<CultureInfo,String>

一个 IDictionary<TKey,TValue> 对象,包含表示 Win32 系列名称信息的键/值对。 键是标识区域性的一个 CultureInfo 对象。 该值是一个表示 Win32 系列名称的字符串。

注解

如果字体未提供指定语言的系列名称,则 Win32FamilyNames 属性以英语返回系列名称。 Win32 系列名称不包括常规或粗体粗细和样式,但它包括其他权重和拉伸。

适用于

另请参阅