Table of Contents

Class FontFallback

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Font fallback definition that is used to override the default fallback lookup of the current FontManager

public class FontFallback
Inheritance
FontFallback
Inherited Members

Constructors

FontFallback()

public FontFallback()

Properties

FontFamily

Get or set the fallback FontFamily

public FontFamily FontFamily { get; set; }

Property Value

FontFamily

UnicodeRange

Get or set the UnicodeRange that is covered by the fallback.

public UnicodeRange UnicodeRange { get; set; }

Property Value

UnicodeRange