FontFamilyMappings Property
Gets or sets the font family mappings.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
IReadOnlyDictionary(String, FontFamily)
Remarks
A font family mapping is used if a requested family name can't be resolved.