Initializes a new instance of the FontFamily class from the specified font
family string.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public FontFamily(
string familyName
)
Parameters
- familyName
- Type: SystemString
The family name of the font to represent. This can include a hashed suffix.
See Also