Aspose::Pdf::Text::IFontSubstitutionCallback::NotifyAboutSubstitution method

IFontSubstitutionCallback::NotifyAboutSubstitution method

Sends notification about font substitution via event mechanism.

virtual void Aspose::Pdf::Text::IFontSubstitutionCallback::NotifyAboutSubstitution(System::SharedPtr<Aspose::Pdf::Text::Font> oldFont, System::SharedPtr<Aspose::Pdf::Text::Font> newFont)=0
ParameterTypeDescription
oldFontSystem::SharedPtr<Aspose::Pdf::Text::Font>original font
newFontSystem::SharedPtr<Aspose::Pdf::Text::Font>new font

See Also