FontNameSubstitutionRule

FontNameSubstitutionRule class

Font substitution rule for processing font name.

To learn more, visit the Working with Fonts documentation article.

public class FontNameSubstitutionRule : FontSubstitutionRule

Properties

NameDescription
virtual Enabled { get; set; }Specifies whether the rule is enabled or not.

Remarks

According to this rule Aspose.Words tries to process the font name to get the substitution. Particularly Aspose.Words tries to removes suffixes with ‘-’, ‘,’ and ‘(’ separators like it does the MS Word.

See Also