Gets or sets a value indicating whether missing fonts should be substituted in products.
Namespace:
Aurigma.DesignAtoms.Configuration
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public bool FontSubstitutionEnabled { get; set; }
false
value) or substitutes the font (for the true
value). If you turn it off, make sure that all fonts from all your templates are imported to the editor. The default value is true
.For auto-scaled texts, this option is ignored and it always throws an exception if it meets an unknown font in a template.