FontFallback Class
Definition
Font fallback definition that is used to override the default fallback lookup of the current Avalonia.Media.FontManager
public class FontFallback
Constructors
| Name | Description |
|---|---|
| FontFallback | No summary available. |
FontFallback Constructor
public FontFallback()
Properties
| Name | Description |
|---|---|
| FontFamily | Get or set the fallback Avalonia.Media.FontFallback.FontFamily |
| UnicodeRange | Get or set the Avalonia.Media.FontFallback.UnicodeRange that is covered by the fallback. |
FontFamily Property
Get or set the fallback Avalonia.Media.FontFallback.FontFamily
public Avalonia.Media.FontFamily FontFamily { get; set; }
UnicodeRange Property
Get or set the Avalonia.Media.FontFallback.UnicodeRange that is covered by the fallback.
public Avalonia.Media.UnicodeRange UnicodeRange { get; set; }