FontManagerOptionsFontFamilyMappings Property
Gets or sets the font family mappings.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyDictionary<string, FontFamily>? FontFamilyMappings { get; set; }
Public Property FontFamilyMappings As IReadOnlyDictionary(Of String, FontFamily)
Get
Set
member FontFamilyMappings : IReadOnlyDictionary<string, FontFamily> with get, set
Property Value
IReadOnlyDictionaryString,
FontFamily
A font family mapping is used if a requested family name can't be resolved.