GlyphTypeface.FamilyNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 GlyphTypeface 对象的系列名称。
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)
属性值
一个 IDictionary<TKey,TValue> 对象,包含表示系列名称信息的键/值对。 键是标识区域性的一个 CultureInfo 对象。 该值是一个包含系列名称的字符串。
- 属性
注解
如果字体文件未提供指定语言的系列名称,则 FamilyNames 属性以英语返回系列名称。 家族名称不包括权重、样式和拉伸信息。