Skip to main content

FontFallback Class

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia

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

public class FontFallback

Inheritance: object -> FontFallback

Constructors

NameDescription
FontFallbackNo summary available.

FontFallback Constructor

public FontFallback()

Properties

NameDescription
FontFamilyGet or set the fallback Avalonia.Media.FontFallback.FontFamily
UnicodeRangeGet 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; }