Fonts.GetFontFamilies Method
.NET Framework 4.5
Returns the collection of FontFamily objects from a specified font location.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |