Class FontManagerOptions
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
FontFallbacks
Gets or sets the font fallbacks.
public IReadOnlyList<FontFallback>? FontFallbacks { get; set; }
Property Value
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
Remarks
A font family mapping is used if a requested family name can't be resolved.