Class SystemFontsSubstitution
SystemFontsSubstitution class
Represents a class for font substitution strategy that substitutes fonts with system fonts.
public sealed class SystemFontsSubstitution : FontSubstitution
Constructors
| Name | Description |
|---|
| SystemFontsSubstitution(SubstitutionFontCategories) | Initializes a new instance of SystemFontsSubstitution class. |
Properties
| Name | Description |
|---|
| DefaultFont { get; set; } | Gets or sets default substitution font. The font is used when no other valid substitution were found but initial font belongs to target substitution category (FontCategories). |
| FontCategories { get; set; } | Gets or sets substitution font categories that should be substituted with system fonts. |
See Also