FontManagerOptionsFontFallbacks Property

Gets or sets the font fallbacks.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<FontFallback>? FontFallbacks { get; set; }

Property Value

IReadOnlyListFontFallback

Remarks

A fallback is fullfilled before anything else when the font manager tries to match a specific codepoint.

See Also