FontManagerOptionsFontFamilyMappings Property

Gets or sets the font family mappings.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyDictionary<string, FontFamily>? FontFamilyMappings { get; set; }

Property Value

IReadOnlyDictionaryString, FontFamily

Remarks

A font family mapping is used if a requested family name can't be resolved.

See Also