Summary
Initializes a new instance of the
FontFamily
class.
- Namespace
- Avalonia
.Media - Containing Type
- FontFamily
Syntax
public FontFamily(Uri baseUri, string name)
Parameters
Name | Type | Description |
---|---|---|
baseUri | Uri | Specifies the base uri that is used to resolve font family assets. |
name | string | The name of the FontFamily . |
Return Value
Type | Description |
---|---|
void |