Table of Contents

Class FontManagerOptions

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public class FontManagerOptions
Inheritance
FontManagerOptions
Inherited Members

Constructors

FontManagerOptions()

public FontManagerOptions()

Properties

DefaultFamilyName

Gets or sets the default font family's name

public string? DefaultFamilyName { get; set; }

Property Value

string

FontFallbacks

Gets or sets the font fallbacks.

public IReadOnlyList<FontFallback>? FontFallbacks { get; set; }

Property Value

IReadOnlyList<FontFallback>

Remarks

A fallback is fullfilled before anything else when the font manager tries to match a specific codepoint.

FontFamilyMappings

Gets or sets the font family mappings.

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.