Summary
Parses a
FontFamily
string.
- Namespace
- Avalonia
.Media - Containing Type
- FontFamily
Syntax
public static FontFamily Parse(string s, Uri baseUri)
Parameters
Name | Type | Description |
---|---|---|
s | string | The FontFamily string. |
baseUri | Uri | Specifies the base uri that is used to resolve font family assets. |
Return Value
Type | Description |
---|---|
FontFamily |