FontFamily.

FontFamily(string) Constructor

Summary

Initializes a new instance of the FontFamily class.
Namespace
Avalonia.Media
Containing Type
FontFamily

Syntax

public FontFamily(string name)

Parameters

Name Type Description
name string The name of the FontFamily.

Return Value

Type Description
void