Skip to main content

FontFamilyMappings Property

Gets or sets the font family mappings.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IReadOnlyDictionary<string, FontFamily>? FontFamilyMappings { get; set; }

Property Value

IReadOnlyDictionary(String, FontFamily)

Remarks

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

See Also

Reference

FontManagerOptions Class
Avalonia.Media Namespace