Click or drag to resize
FontFamily Constructor
Initializes a new instance of the FontFamily class from the specified font family string.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public FontFamily(
	string familyName
)

Parameters

familyName
Type: SystemString
The family name of the font to represent. This can include a hashed suffix.
See Also