FontManagerOptions Class
Definition
public class FontManagerOptions
Constructors
| Name | Description |
|---|---|
| FontManagerOptions | No summary available. |
FontManagerOptions Constructor
public FontManagerOptions()
Properties
| Name | Description |
|---|---|
| DefaultFamilyName | Gets or sets the default font family's name |
| FontFallbacks | Gets or sets the font fallbacks. |
| FontFamilyMappings | Gets or sets the font family mappings. |
DefaultFamilyName Property
Gets or sets the default font family's name
public string DefaultFamilyName { get; set; }
FontFallbacks Property
Gets or sets the font fallbacks.
public System.Collections.Generic.IReadOnlyList<Avalonia.Media.FontFallback> FontFallbacks { get; set; }
Remarks
A fallback is fullfilled before anything else when the font manager tries to match a specific codepoint.
FontFamilyMappings Property
Gets or sets the font family mappings.
public System.Collections.Generic.IReadOnlyDictionary<string, Avalonia.Media.FontFamily> FontFamilyMappings { get; set; }
Remarks
A font family mapping is used if a requested family name can't be resolved.