FontManagerOptionsFontFallbacks Property
Gets or sets the font fallbacks.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<FontFallback>? FontFallbacks { get; set; }
Public Property FontFallbacks As IReadOnlyList(Of FontFallback)
Get
Set
member FontFallbacks : IReadOnlyList<FontFallback> with get, set
Property Value
IReadOnlyListFontFallback
A fallback is fullfilled before anything else when the font manager tries to match a specific codepoint.