Fonts Class
Provides enumeration support for FontFamily and Typeface objects.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | SystemFontFamilies | Gets the collection of FontFamily objects from the default system font location. |
![]() ![]() | SystemTypefaces | Gets the collection of Typeface objects from the default system font location. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetFontFamilies(String^) | Returns the collection of FontFamily objects from a string value that represents the location of the fonts. |
![]() ![]() | GetFontFamilies(Uri^) | Returns a collection of FontFamily objects from a uniform resource identifier (URI) value that represents the location of the fonts. |
![]() ![]() | GetFontFamilies(Uri^, String^) | Returns a collection of FontFamily objects using a base uniform resource identifier (URI) value to resolve the font location. |
![]() ![]() | GetTypefaces(String^) | Returns the collection of Typeface objects from a string value that represents the font directory location. |
![]() ![]() | GetTypefaces(Uri^) | Returns a collection of Typeface objects from a uniform resource identifier (URI) value that represents the font location. |
![]() ![]() | GetTypefaces(Uri^, String^) | Returns a collection of Typeface objects using a base uniform resource identifier (URI) value to resolve the font location. |
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



