CustomFontSubstitutionBase

CustomFontSubstitutionBase class

Represents a base class for custom font substitution strategy.

The CustomFontSubstitutionBase type exposes the following members:

Constructors

NameDescription
CustomFontSubstitutionBase()Initializes a new instance of the CustomFontSubstitutionBase class

Methods

NameDescription
try_substitute(original_font_specification, substitution_font)Substitutes original font with another font.

See Also