Aspose::Pdf::Text::SimpleFontSubstitution class

SimpleFontSubstitution class

Represents a class for simple font substitution strategy.

class SimpleFontSubstitution : public Aspose::Pdf::Text::FontSubstitution

Methods

MethodDescription
get_OriginalFontName() constGets original font name that should be substituted with SubstitutionFontName
get_SubstitutionFontName() constGets font name that should substitute the OriginalFontName
SimpleFontSubstitution(System::String, System::String, bool)Initializes a new instance of SimpleFontSubstitution class.

See Also