SimpleFontSubstitution

SimpleFontSubstitution class

Represents a class for simple font substitution strategy.

The SimpleFontSubstitution type exposes the following members:

Constructors

NameDescription
SimpleFontSubstitution(original_font_name, substitution_font_name, is_forced_by_save_option)Initializes a new instance of the SimpleFontSubstitution class

Properties

NameDescription
original_font_nameGets original font name that should be substituted with substitution_font_name
substitution_font_nameGets font name that should substitute the original_font_name

See Also