Aspose::Pdf::Text::IFontSubstitutionCallback class

IFontSubstitutionCallback class

This interface declares a callback mechanism to send notifications.

class IFontSubstitutionCallback : public System::Object

Methods

MethodDescription
virtual get_NotifyAboutFontSubstitutions()Returns true if font substitutions are enabled.
virtual get_Registrar()IRegistrar for current document.
virtual NotifyAboutSubstitution(System::SharedPtr<Aspose::Pdf::Text::Font>, System::SharedPtr<Aspose::Pdf::Text::Font>)Sends notification about font substitution via event mechanism.

See Also