FontFamily Constructor (Uri^, String^)
.NET Framework (current version)
Initializes a new instance of the FontFamily class from the specified font family name and an optional base uniform resource identifier (URI) value.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- baseUri
-
Type:
System::Uri^
Specifies the base URI that is used to resolve familyName.
- familyName
-
Type:
System::String^
The family name or names that comprise the new FontFamily. Multiple family names should be separated by commas.
The familyName value can specify a relative URI value, which requires a base URI to resolve the font reference. The baseUri value can be null.
.NET Framework
Available since 3.0
Available since 3.0
Show: