Fonts Class
TOC
Collapse the table of content
Expand the table of content

Fonts Class

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

Provides enumeration support for FontFamily and Typeface objects.

System::Object
  System.Windows.Media::Fonts

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

No code example is currently available or this language may not be supported.

The Fonts type exposes the following members.

  NameDescription
Public propertyStatic memberSystemTypefacesGets the collection of Typeface objects from the default system font location.
Top

A font family is a set of fonts that have the same typeface, such as Arial, but that differ in features. These feature differences include style, such as italic, and weight, such as bold.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft