Fonts.SystemTypefaces Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the collection of Typeface objects from the default system font location.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Shared ReadOnly Property SystemTypefaces As ICollection(Of Typeface)
public static ICollection<Typeface> SystemTypefaces { get; }

Property Value

Type: System.Collections.Generic..::.ICollection<(Of <(Typeface>)>)
An collection of Typeface objects that represent the fonts in the system fonts collection.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Fonts Class

System.Windows.Media Namespace