Fonts.SystemTypefaces 属性

定义

从默认系统字体位置获取 Typeface 对象的集合。

public:
 static property System::Collections::Generic::ICollection<System::Windows::Media::Typeface ^> ^ SystemTypefaces { System::Collections::Generic::ICollection<System::Windows::Media::Typeface ^> ^ get(); };
public static System.Collections.Generic.ICollection<System.Windows.Media.Typeface> SystemTypefaces { get; }
member this.SystemTypefaces : System.Collections.Generic.ICollection<System.Windows.Media.Typeface>
Public Shared ReadOnly Property SystemTypefaces As ICollection(Of Typeface)

属性值

ICollection<Typeface>

Typeface 对象的 ICollection<T>,它表示系统字体集合中的字体。

适用于